R6 Class that dispatches log messages throughout the application.
Details
This object is designed to a centralized logging dispatcher that
renders log messages with the appropriate context of the calling
object. The log_layout()
object is used to generate log message
layouts (render formats), which are used by the LogDispatcher
to render highly-customizable and detailed log messages.
See also
Other Logging:
get_configurations()
,
init_logger()