Package de.xima.fc.security.msgraph
Class MsGraphLogger
- java.lang.Object
-
- de.xima.fc.security.msgraph.MsGraphLogger
-
- All Implemented Interfaces:
com.microsoft.graph.logger.ILogger
- Direct Known Subclasses:
MsGraphLogger
public class MsGraphLogger extends Object implements com.microsoft.graph.logger.ILogger
Logger that logs MS Graph API messages.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
-
Constructor Summary
Constructors Constructor Description MsGraphLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.microsoft.graph.logger.LoggerLevelgetLoggingLevel()voidlogDebug(String message)voidlogError(String message, Throwable throwable)voidsetLoggingLevel(com.microsoft.graph.logger.LoggerLevel level)
-
-
-
Method Detail
-
setLoggingLevel
public void setLoggingLevel(com.microsoft.graph.logger.LoggerLevel level)
- Specified by:
setLoggingLevelin interfacecom.microsoft.graph.logger.ILogger
-
getLoggingLevel
public com.microsoft.graph.logger.LoggerLevel getLoggingLevel()
- Specified by:
getLoggingLevelin interfacecom.microsoft.graph.logger.ILogger
-
logDebug
public void logDebug(String message)
- Specified by:
logDebugin interfacecom.microsoft.graph.logger.ILogger
-
-