Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-16 | Merge branch 'jn/sasl-format_report' into ccase/r13b04_dev | Erlang/OTP | |
* jn/sasl-format_report: Added sasl_report:format_report/3 to return a string rather than send an io OTP-8445 There is new function sasl_report:format_report/3 that works like the existing sasl_report:write_report/3 function except that it returns a formatted string. Note that there is currently no documentation for the sasl_report module. (Thanks to Jay Nelson.) | |||
2010-02-14 | Added sasl_report:format_report/3 to return a string rather than send an io | Jay Nelson | |
sasl_report:write_report/3 calls io:format to output the report message, but does not provide an option to generate a formatted string rather than sending the message. sasl_report:format_report/3 is added to allow the replacement of sasl_report with a different handler but still generate reports in the same format. It returns the string generated by io_lib:format. sasl_report:write_report/3 retains its original behavior. This patch was submitted in 2008 (see http://www.erlang.org/cgi-bin/ezmlm-cgi/4/35061) but was never incorporated into the source. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |