level() = integer() | atom()
| clear_custom/0 | Clear all custom levels. |
| clear_custom/1 | Clear a custom level. |
| ejabberd_logger_src/1* | |
| get/0 | Get the default and all custom levels. |
| get_default/0 | Get the default level. |
| get_src/1* | |
| header_src/0* | |
| level_to_integer/1* | |
| log_notify_src/1* | |
| log_src/2* | |
| notify_src/0* | |
| set/1 | Set the default and all custom levels. |
| set_custom/2 | Set a custom level. |
clear_custom() -> ok
Clear all custom levels
clear_custom(Module::atom()) -> ok
Clear a custom level
ejabberd_logger_src(Loglevel) -> any()
get() -> {DefaultLevelOrdinal::integer(), [{Module::atom(), LevelOrdinal::integer()}]}
Get the default and all custom levels
get_default() -> {Ordinal::integer(), Name::atom(), Description::string()}
Get the default level
get_src(Loglevel) -> any()
header_src() -> any()
level_to_integer(Level) -> any()
log_notify_src(Spec) -> any()
log_src(Loglevel, Spec) -> any()
notify_src() -> any()
set(DefaultLevel::level() | {DefaultLevel::level(), [{Module::atom(), Level::level()}]}) -> {module, ejabberd_logger}
Set the default and all custom levels
set_custom(Module::atom(), CustomLevel::level()) -> ok
Set a custom level
Generated by EDoc, May 23 2012, 07:15:16.