-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumLog.Level
-
Method Summary
Modifier and Type Method Description final UnitaddLogger(Logger logger)Adds a Logger to the list of delegated Loggers. final UnitclearLoggers()Removes all known Loggers. final Unitverbose(String message, Throwable throwable, String tag)Log at a Level.VERBOSE level. final Unitdebug(String message, Throwable throwable, String tag)Log at a Level.DEBUG level. final Unitinfo(String message, Throwable throwable, String tag)Log at a Level.INFO level. final Unitwarn(String message, Throwable throwable, String tag)Log at a Level.WARNING level. final Uniterror(String message, Throwable throwable, String tag)Log at a Level.ERROR level. final Unitassert(String message, Throwable throwable, String tag)Log at a Level.ASSERT level. -
-
Method Detail
-
clearLoggers
final Unit clearLoggers()
Removes all known Loggers.
-
verbose
final Unit verbose(String message, Throwable throwable, String tag)
Log at a Level.VERBOSE level.
-
-
-
-