Package org.burningwave.core
Class SimpleManagedLoggerRepository
java.lang.Object
org.burningwave.core.ManagedLogger.Repository.Abst
org.burningwave.core.SimpleManagedLoggerRepository
- All Implemented Interfaces:
AutoCloseable,Closeable,Identifiable,Properties.Listener,ManagedLogger.Repository
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.burningwave.core.ManagedLogger.Repository
ManagedLogger.Repository.Abst, ManagedLogger.Repository.Configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLoggingLevelFor(LoggingLevel logLevel, String... classNames) voidclose()voiddisableLogging(String clientName) voidenableLogging(String clientName) getLoggingLevelFlags(Class<?> cls) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidremoveLoggingLevelFor(LoggingLevel logLevel, String... classNames) voidsetLoggingLevelFlags(Class<?> cls, Integer flags) voidsetLoggingLevelFor(LoggingLevel logLevel, String... classNames) Methods inherited from class org.burningwave.core.ManagedLogger.Repository.Abst
addLoggingLevels, disableLogging, enableLogging, isEnabled, processChangeNotification, removeLoggingLevelsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.core.Closeable
closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTaskMethods inherited from interface org.burningwave.core.Identifiable
getId, getOperationIdMethods inherited from interface org.burningwave.core.iterable.Properties.Listener
checkAndListenTo, checkAndUnregister, listenTo, unregister
-
Constructor Details
-
SimpleManagedLoggerRepository
-
-
Method Details
-
setLoggingLevelFlags
-
getLoggingLevelFlags
-
addLoggingLevelFor
-
removeLoggingLevelFor
-
setLoggingLevelFor
-
disableLogging
-
enableLogging
-
logError
-
logError
-
logError
-
logError
-
logError
-
logDebug
-
logDebug
-
logInfo
-
logInfo
-
logWarn
-
logWarn
-
logTrace
-
logTrace
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classManagedLogger.Repository.Abst
-