[−][src]Module casperlabs_engine_shared::logging
A logger implementation which outputs log messages from CasperLabs crates to the terminal.
Structs
| Settings | Settings used to initialize the global logger. |
Enums
| Style | The style of generated log messages. |
Functions
| initialize | Initializes the global logger using the given settings. |
| log_details | Logs a message using the given format and properties. |
| log_duration | Logs the duration of a specific operation. |
| log_host_function_metrics | Logs the metrics associated with the specified host function. |
| log_metric | Logs the details of the specified metric. |