Maven module :un.api : api-common :
Class : un.api.logging.AbstractLogger
Extends/Implements : un.api.logging.Logger
Subclasses : -

Abstract logger.
author  Johann Sorel


Variables : -
Functions : log, log, debug, debug, debug, info, info, info, warning, warning, warning, critical, critical, critical




{@inheritDoc }
public void log (Throwable exception, float level)


{@inheritDoc }
public void log (Chars message, float level)


{@inheritDoc }
public void debug (Chars message)


{@inheritDoc }
public void debug (Chars message, Throwable exception)


{@inheritDoc }
public void debug (Throwable exception)


{@inheritDoc }
public void info (Chars message)


{@inheritDoc }
public void info (Chars message, Throwable exception)


{@inheritDoc }
public void info (Throwable exception)


{@inheritDoc }
public void warning (Chars message)


{@inheritDoc }
public void warning (Chars message, Throwable exception)


{@inheritDoc }
public void warning (Throwable exception)


{@inheritDoc }
public void critical (Chars message)


{@inheritDoc }
public void critical (Chars message, Throwable exception)


{@inheritDoc }
public void critical (Throwable exception)