Maven module :un.api : api-common :
Class :
un.api.logging.Logger
Extends/Implements : -
Subclasses : -
Variables :
LEVEL_CRITICAL,
LEVEL_WARNING,
LEVEL_INFORMATION,
LEVEL_DEBUG
Functions :
getParametersType,
getParameters,
setParameters,
log,
log,
log,
debug,
debug,
debug,
info,
info,
info,
warning,
warning,
warning,
critical,
critical,
critical
public int
LEVEL_CRITICAL
public int
LEVEL_WARNING
public int
LEVEL_INFORMATION
public int
LEVEL_DEBUG
ParametersType
getParametersType ()
Parameters
getParameters ()
void
setParameters (Parameters config)
void
log (Throwable exception, float level)
void
log (Chars message, float level)
void
log (Chars message, Throwable exception, float level)
void
debug (Chars message)
void
debug (Chars message, Throwable exception)
void
debug (Throwable exception)
void
info (Chars message)
void
info (Chars message, Throwable exception)
void
info (Throwable exception)
void
warning (Chars message)
void
warning (Chars message, Throwable exception)
void
warning (Throwable exception)
void
critical (Chars message)
void
critical (Chars message, Throwable exception)
void
critical (Throwable exception)
author Johann Sorel