diff options
author | Siri Hansen <[email protected]> | 2019-01-17 17:47:52 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2019-02-19 17:09:15 +0100 |
commit | e92e76b615590f412aaaa97939d59f266c48da82 (patch) | |
tree | 7722a51ab2722bba5b59f1f2436e0c43588b57b6 /lib/kernel/doc | |
parent | a8364425a7190b65cd33e58ac3c155a77c462b74 (diff) | |
download | otp-e92e76b615590f412aaaa97939d59f266c48da82.tar.gz otp-e92e76b615590f412aaaa97939d59f266c48da82.tar.bz2 otp-e92e76b615590f412aaaa97939d59f266c48da82.zip |
[logger] Add pretty print function for configuration
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r-- | lib/kernel/doc/src/logger.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/logger.xml b/lib/kernel/doc/src/logger.xml index 0668676096..df2d081d76 100644 --- a/lib/kernel/doc/src/logger.xml +++ b/lib/kernel/doc/src/logger.xml @@ -689,6 +689,15 @@ start(_, []) -> </func> <func> + <name name="i" arity="0" since="OTP 21.3"/> + <name name="i" arity="1" since="OTP 21.3"/> + <fsummary>Pretty print the Logger configuration.</fsummary> + <desc> + <p>Pretty print the Logger configuration.</p> + </desc> + </func> + + <func> <name name="remove_handler" arity="1" since="OTP 21.0"/> <fsummary>Remove the handler with the specified identity.</fsummary> <desc> |