Copyright © 2007-2012 Zuse Institute Berlin
Version: $Id$
Authors: Thorsten Schuett (schuett@zib.de).
log_level() = debug | info | warn | error | fatal
| check_config/0 | Checks whether config parameters of the log4erl process exist and are valid. |
| log/1 | |
| log/2 | |
| log/3 | |
| log/4 | |
| pal/1 | |
| pal/2 | |
| set_log_level/1 | |
| start_link/0 | Starts the log4erl process, removes the error_logger and error_logger_file_h report handlers and registers itself as the (only) report handler. |
start_link() -> {ok, Pid :: pid()}
Starts the log4erl process, removes the error_logger and error_logger_file_h report handlers and registers itself as the (only) report handler. Note: requires a running config process and can only be run once!
log(LogMsg :: string()) -> any()
log(Level :: log_level(), LogMsg :: string()) -> any()
log(Level :: log_level(), LogMsg :: string(), Data :: list()) -> any()
log(Logger :: atom(),
Level :: log_level(),
LogMsg :: string(),
Data :: list()) ->
any()
set_log_level(Level :: log_level() | none) -> any()
pal(LogMsg :: string()) -> any()
pal(LogMsg :: string(), Data :: list()) -> any()
check_config() -> boolean()
Checks whether config parameters of the log4erl process exist and are valid.
Generated by EDoc, Feb 29 2016, 16:12:17.