#log-file #log #file #format

bin+lib file_logger

a logger library for rust that logs to a file

1 unstable release

Uses old Rust 2015

0.1.0 Jan 31, 2016

#95 in #log-file


Used in pasta

Custom license

14KB
370 lines

WARN: This project is under development. Not ready to use and not registered to creats.io

file_logger

A logger backend of files.

Provides

  • configuration via file (maybe toml will be used)
  • configuration as code
  • flexible log format
  • log filtering

DOES NOT provide

  • log lotation -- It should be independent from loggers and done by logrotate or lotating file writers.
  • binary log -- Its very different from text logger.
  • multiple output files -- KISS. It should be done by some sort of logger aggrigator.
  • plug-ins -- KISS. This is meant to be a leaf library.
  • configuration via environment variables -- Envs are too poor to configure file logger.

Dependencies

~5.5MB
~109K SLoC