Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-21 | logger: Rework configuration of logger | Lukas Larsson | |
Most logger configuration that was possible through kernel application variables have been moved into a common 'logger' application environment in kernel. Now all the configuration possible through the logger API can be done as sys config. The handler started by kernel has been renamed to 'default' instead of logger_std_h. There is a new logger:setup_handlers/1 function that given an application name can be used to setup handlers in other applications. | |||
2018-05-08 | Update some specs in logger | Siri Hansen | |
2018-05-07 | Add logger:update_process_metadata/1 | Siri Hansen | |
2018-04-26 | Catch badarg in logger:get_format_depth/0 | Siri Hansen | |
This env var lookup may fail during termination, when application_controller process has terminated before logger. | |||
2018-04-26 | Add logger | Siri Hansen | |