Crate tarolog

Source

Enums§

Format
Format is a callback that using by tarantool logger for format all log records.

Functions§

set_default_logger_format
Set a new formation function to a default tarantool logger.
set_logger_format
Set a new formation function to a tarantool logger.

Type Aliases§

JsonInjector
Injector is a function that provides additional information to the log records (e.g. instance-id, request-id).
PlainInjector
Injector is a function that provides additional information to the log records (e.g. instance-id, request-id).