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.LoggerLevel
getLoggingLevel()
void
logDebug(String message)
void
logError(String message, Throwable throwable)
void
setLoggingLevel(com.microsoft.graph.logger.LoggerLevel level)
-
-
-
Method Detail
-
setLoggingLevel
public void setLoggingLevel(com.microsoft.graph.logger.LoggerLevel level)
- Specified by:
setLoggingLevel
in interfacecom.microsoft.graph.logger.ILogger
-
getLoggingLevel
public com.microsoft.graph.logger.LoggerLevel getLoggingLevel()
- Specified by:
getLoggingLevel
in interfacecom.microsoft.graph.logger.ILogger
-
logDebug
public void logDebug(String message)
- Specified by:
logDebug
in interfacecom.microsoft.graph.logger.ILogger
-
-