Module tikv_util::logger::file_log[][src]

Structs

RotateBySize
RotateByTime
RotatingFileLogger

This FileLogger will iterate over a series of Rotators, once the context trigger the Rotator, it will execute a rotation.

RotatingFileLoggerBuilder

Builder for RotatingFileLogger.

Traits

Rotator

A trait that describes a file rotation operation.

Functions

open_log_file

Opens log file with append mode. Creates a new log file if it doesn’t exist.