Maven module :
un.api : api-common :
Class :
un.api.logging.Loggers
Extends/Implements :
-
Subclasses :
-
Manage loggers.
author
Johann Sorel
Variables :
DEFAULT
Functions :
get
,
getLogger
public Chars
DEFAULT
Get the default logger.
return
Logger, never null
public Logger
get
()
Get the logger associated with given label.
If no logger is associated with this label, a new one will be created.
param
label logger label
return
Logger, never null
public Logger
getLogger
(Chars label)
author Johann Sorel