kernel
application since OTP-21).
This is the main module that exposes custom formatting to the OTP
logger library (part of the kernel
application since OTP-21).
metakey() = atom() | [atom()]
template() = [metakey() | {metakey(), template(), template()} | string()]
apply_defaults/1 | |
format_log/4 | |
format_msg/2 | |
format_to_binary/2 | |
string_to_binary/1 | |
to_string/2 |
apply_defaults(UserConfig) -> any()
format_log(Tpl::template(), Config, Msg, Meta) -> unicode:chardata()
format_msg(Data, Config) -> any()
format_to_binary(Format, Terms) -> any()
string_to_binary(String) -> any()
to_string(X, C) -> any()
Generated by EDoc