Package de.xima.fc.web.common.auth.azure
Class MsGraphLogger
- java.lang.Object
-
- de.xima.fc.web.common.auth.azure.MsGraphLogger
-
- All Implemented Interfaces:
com.microsoft.graph.logger.ILogger
@Deprecated public class MsGraphLogger extends Object implements com.microsoft.graph.logger.ILogger
Deprecated.Will be moved to new packagefc-security
in version 8.0.0.Logger for MS Graph API messages.- Since:
- 7.1.0
- Author:
- XIMA Media GmbH
-
-
Constructor Summary
Constructors Constructor Description MsGraphLogger()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.microsoft.graph.logger.LoggerLevel
getLoggingLevel()
Deprecated.void
logDebug(String message)
Deprecated.void
logError(String message, Throwable throwable)
Deprecated.void
setLoggingLevel(com.microsoft.graph.logger.LoggerLevel level)
Deprecated.
-
-
-
Method Detail
-
setLoggingLevel
public void setLoggingLevel(com.microsoft.graph.logger.LoggerLevel level)
Deprecated.- Specified by:
setLoggingLevel
in interfacecom.microsoft.graph.logger.ILogger
-
getLoggingLevel
public com.microsoft.graph.logger.LoggerLevel getLoggingLevel()
Deprecated.- Specified by:
getLoggingLevel
in interfacecom.microsoft.graph.logger.ILogger
-
logDebug
public void logDebug(String message)
Deprecated.- Specified by:
logDebug
in interfacecom.microsoft.graph.logger.ILogger
-
-