Class 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 package fc-security in version 8.0.0.
    Logger for MS Graph API messages.
    Since:
    7.1.0
    Author:
    XIMA Media GmbH
    • Constructor Detail

      • MsGraphLogger

        public MsGraphLogger()
        Deprecated.
    • Method Detail

      • setLoggingLevel

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

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

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

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