Package 

Interface CameraLogger.Logger


  • 
    public interface CameraLogger.Logger
    
                        

    A Logger can listen to internal log eventsand log them to different providers.The default logger will simply post to logcat.

    • Method Summary

      Modifier and Type Method Description
      abstract void log(int level, @NonNull() String tag, @NonNull() String message, @Nullable() Throwable throwable) Notifies that an internal log event was just triggered.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • log

         abstract void log(int level, @NonNull() String tag, @NonNull() String message, @Nullable() Throwable throwable)

        Notifies that an internal log event was just triggered.

        Parameters:
        level - the log level
        tag - the log tag
        message - the log message
        throwable - an optional throwable