Expand description
Log module provides special log marcos for end-to-end logging and ability to change
default tarantool-logger templates (using tarolog lib).
Re-exports§
pub use log as rs_log;
Macros§
Enums§
- Format
- Format is a callback that using by tarantool logger for format all log records.
Traits§
Functions§
- set_
default_ logger_ format - Set a new formation function to a default tarantool logger.
Type Aliases§
- Json
Injector - Injector is a function that provides additional information to the log records (e.g. instance-id, request-id).
- Plain
Injector - Injector is a function that provides additional information to the log records (e.g. instance-id, request-id).