Module fast_log::plugin::file_split

source ·

Structs§

  • split log file allow pack compress log Memory space swop running time , reduces the number of repeated queries for IO
  • log data pack
  • only use File

Enums§

Traits§

  • keep logs, for example keep by log num or keep by log create time. that do not meet the retention conditions will be deleted you can use KeepType or RollingType::All
  • .zip or .lz4 or any one packer

Type Aliases§