org.das2.datum.LoggerManager
Central place that keeps track of loggers. Note that both org.das2.util
and org.das2.datum have this same class, which is there to avoid coupling between the
packages.
LoggerManager( )
getLogger
getLogger( String id ) → java.util.logging.Logger
return the requested logger, but add it to the list of known loggers.
Parameters
id - a String
Returns:
a java.util.logging.Logger
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getLoggers
getLoggers( ) → java.util.Set
return the list of known loggers.
Returns:
a java.util.Set
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]