-
public class Logging
-
-
Field Summary
Fields Modifier and Type Field Description private IApplicationServiceapplicationServiceprivate static LogLevellogLevelprivate static LogLevelvisualLogLevelpublic final static LoggingINSTANCE
-
Method Summary
Modifier and Type Method Description final static BooleanatLogLevel(LogLevel level)final static Unitverbose(String message, Throwable throwable)final static Unitdebug(String message, Throwable throwable)final static Unitinfo(String message, Throwable throwable)final static Unitwarn(String message, Throwable throwable)final static Uniterror(String message, Throwable throwable)final static Unitfatal(String message, Throwable throwable)final static Unitlog(LogLevel level, String message)final static Unitlog(LogLevel level, String message, Throwable throwable)final UnitaddListener(ILogListener listener)final UnitremoveListener(ILogListener listener)final IApplicationServicegetApplicationService()final UnitsetApplicationService(IApplicationService applicationService)final static LogLevelgetLogLevel()final static UnitsetLogLevel(LogLevel logLevel)final static LogLevelgetVisualLogLevel()final static UnitsetVisualLogLevel(LogLevel visualLogLevel)-
-
Method Detail
-
atLogLevel
final static Boolean atLogLevel(LogLevel level)
-
addListener
final Unit addListener(ILogListener listener)
-
removeListener
final Unit removeListener(ILogListener listener)
-
getApplicationService
final IApplicationService getApplicationService()
-
setApplicationService
final Unit setApplicationService(IApplicationService applicationService)
-
getLogLevel
final static LogLevel getLogLevel()
-
setLogLevel
final static Unit setLogLevel(LogLevel logLevel)
-
getVisualLogLevel
final static LogLevel getVisualLogLevel()
-
setVisualLogLevel
final static Unit setVisualLogLevel(LogLevel visualLogLevel)
-
-
-
-