Package adams.core.logging
Class CustomLoggingLevelObject
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- All Implemented Interfaces:
LoggingLevelHandler
,LoggingSupporter
,SizeOfHandler
,Serializable
- Direct Known Subclasses:
AbstractDirectoryLister
,AbstractFileOperations
,AbstractOptionHandler
,AbstractPasswordGenerator
,AbstractTabHandler
,AbstractTool
,AbstractTool
,AbstractWidget
,BackgroundScriptingEngineRegistry
,ClassManager
,ClassManager.NoManagerFound
,CrossValidationGenerator
,DefaultClassManager
,DefaultPropertyDiscovery
,LWLDatasetBuilder
,Markers
,PDFGenerator
,PropertyTraversal
,RandomSplitGenerator
,SerializableObjectHelper
,WekaClassManager
,WekaCrossValidationExecution
public class CustomLoggingLevelObject extends LoggingObject implements LoggingLevelHandler
Allows setting of logging level, in contrast toLoggingObject
.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description CustomLoggingLevelObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setLoggingLevel(LoggingLevel value)
Sets the logging level.-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel
-
-
-
-
Method Detail
-
setLoggingLevel
public void setLoggingLevel(LoggingLevel value)
Sets the logging level.- Specified by:
setLoggingLevel
in interfaceLoggingLevelHandler
- Parameters:
value
- the level
-
-