Class MSQALogCatLogger

  • All Implemented Interfaces:
    com.microsoft.identity.client.ILoggerCallback

    public class MSQALogCatLogger
    extends java.lang.Object
    implements com.microsoft.identity.client.ILoggerCallback
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(java.lang.String tag, com.microsoft.identity.client.Logger.LogLevel logLevel, java.lang.String message, boolean containsPII)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MSQALogCatLogger

        public MSQALogCatLogger()
    • Method Detail

      • log

        public void log​(java.lang.String tag,
                        com.microsoft.identity.client.Logger.LogLevel logLevel,
                        java.lang.String message,
                        boolean containsPII)
        Specified by:
        log in interface com.microsoft.identity.client.ILoggerCallback