aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2019-02-19 17:13:00 +0100
committerSiri Hansen <[email protected]>2019-02-19 17:13:00 +0100
commitc14e3dcce779feb3ef254a08acedae60108ad3ac (patch)
tree8ccb377dfa7a7d286e64a82bfd1c673606845b05 /lib/kernel/doc
parent80b04507b0456a73f2f2f001691cadb4cb3958e8 (diff)
parente92e76b615590f412aaaa97939d59f266c48da82 (diff)
downloadotp-c14e3dcce779feb3ef254a08acedae60108ad3ac.tar.gz
otp-c14e3dcce779feb3ef254a08acedae60108ad3ac.tar.bz2
otp-c14e3dcce779feb3ef254a08acedae60108ad3ac.zip
Merge branch 'siri/logger/pretty-print-config/OTP-15600' into maint
* siri/logger/pretty-print-config/OTP-15600: [logger] Add pretty print function for configuration
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r--lib/kernel/doc/src/logger.xml9
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>