| atom_to_level/1 | |
| crashdump/2 | |
| debug_level/0 | |
| default_level/0 | |
| diagnostic_level/0 | |
| error_level/0 | |
| get_level/0 | |
| init/2 | |
| intensity/0 | Returns the color intensity, we first check the application envorinment if that is not set we check the environment variable REBAR_COLOR. |
| is_verbose/1 | |
| log/3 | |
| set_level/1 | |
| truncate/1 | |
| valid_level/1 |
atom_to_level(Level) -> any()
crashdump(Str, Args) -> any()
debug_level() -> any()
default_level() -> any()
diagnostic_level() -> any()
error_level() -> any()
get_level() -> any()
init(Caller, Verbosity) -> any()
intensity() -> any()
Returns the color intensity, we first check the application envorinment if that is not set we check the environment variable REBAR_COLOR.
is_verbose(State) -> any()
log(Level, Str, Args) -> any()
set_level(Level) -> any()
truncate(IoData) -> any()
valid_level(Level) -> any()
Generated by EDoc