diff options
author | Raimo Niskanen <[email protected]> | 2019-03-05 15:32:52 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2019-03-05 15:32:52 +0100 |
commit | 4a8569345b99f05f5344ca19748f47d19a3ae597 (patch) | |
tree | c13d55390f12218ab8a6bbcd2b2ebe15a58fa3b9 | |
parent | 9956a80c303de37c912d08282faa769df91190a2 (diff) | |
download | otp-4a8569345b99f05f5344ca19748f47d19a3ae597.tar.gz otp-4a8569345b99f05f5344ca19748f47d19a3ae597.tar.bz2 otp-4a8569345b99f05f5344ca19748f47d19a3ae597.zip |
List sys:get_debug/3 in general deprecations
-rw-r--r-- | system/doc/general_info/deprecations.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/system/doc/general_info/deprecations.xml b/system/doc/general_info/deprecations.xml index ccfd553bad..c748e60059 100644 --- a/system/doc/general_info/deprecations.xml +++ b/system/doc/general_info/deprecations.xml @@ -61,6 +61,27 @@ library has also been <seealso marker="scheduled_for_removal#OTP-23">scheduled for removal</seealso>.</p> </section> + <section> + <title>System Events</title> + <p> + The format of "System Events" as defined in the man page for + <seealso marker="stdlib:sys">sys</seealso> + has been clarified and cleaned up. + Due to this, code that relied on the internal badly + documented previous (before this change) format + of OTP's "System Events", needs to be changed. + </p> + <p> + In the wake of this the function + <seealso marker="stdlib:sys#get_debug/3">sys:get_debug/3</seealso> + that returns data with undocumented and internal format + (and therefore is practically useless) has been deprecated, + and a new function + <seealso marker="stdlib:sys#get_log/1">sys:get_log/1</seealso> + has been added, + that hopefully does what the deprecated function was intended for. + </p> + </section> </section> <section> <marker id="OTP-18"/> |