Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-18 | Update copyright year | Henrik Nord | |
2018-04-26 | Test cuddle for logger | Siri Hansen | |
2018-02-06 | stdlib: Do not call erlang:get_stacktrace() | Hans Bolinder | |
2017-09-05 | stdlib: add Unicode translation modifier in error_logger_tty_h | Siri Hansen | |
Check if standard_io can handle Unicode, and if so add the 't' modifier to format strings. | |||
2016-11-29 | Write node info before log message body, not after | Richard Carlsson | |
Make error_logger_tty_h insert node information for nonlocal messages before the message itself instead of after, both for readability and so as not to change the line termination property at the end of the message. | |||
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-03-30 | stdlib: Fix logfile testcase for hipelibs testrun | Lukas Larsson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-09 | Eliminate use of ?config() macro | Björn Gustavsson | |
2016-03-09 | Eliminate use of test_server:fail/0,1 | Björn Gustavsson | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-09-17 | stdlib: Fix leaking files after error_logger:logfile(close) | Dan Gudmundsson | |
Introduced when changing state from tuple to record. | |||
2015-09-07 | Teach error_logger_tty_h to truncate big messages | Björn Gustavsson | |
Add the possibility to truncate big messages to avoid running out of memory. | |||
2015-09-07 | Teach error_logger_file_h to truncate big messages | Björn Gustavsson | |
Add the possibility to truncate big messages to avoid running out of memory. | |||
2015-09-07 | Add error_logger_h_SUITE | Björn Gustavsson | |