Class Logger
java.lang.Object
com.streamwide.smartms.lib.googlemap.logger.Logger
SW camera library logger.
You can provide your own logger delegate implementation, to be able to log in
a different way.
By default the log level is set to DEBUG when the build type is debug, and
OFF in release.
The default logger implementation logs in Android's LogCat.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic enum -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidsetLoggerDelegate(Logger.LoggerDelegate delegate) static voidsetLogLevel(Logger.LogLevel level) static void
-
Method Details
-
resetLoggerDelegate
public static void resetLoggerDelegate() -
setLoggerDelegate
-
setLogLevel
-
error
-
error
-
info
-
debug
-
warn
-