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 Details

    • MsGraphLogger

      public MsGraphLogger()
  • Method Details

    • setLoggingLevel

      public void setLoggingLevel(com.microsoft.graph.logger.LoggerLevel level)
      Specified by:
      setLoggingLevel in interface com.microsoft.graph.logger.ILogger
    • getLoggingLevel

      public com.microsoft.graph.logger.LoggerLevel getLoggingLevel()
      Specified by:
      getLoggingLevel in interface com.microsoft.graph.logger.ILogger
    • logDebug

      public void logDebug(String message)
      Specified by:
      logDebug in interface com.microsoft.graph.logger.ILogger
    • logError

      public void logError(String message, Throwable throwable)
      Specified by:
      logError in interface com.microsoft.graph.logger.ILogger