file_logger

Crates.iofile_logger
lib.rsfile_logger
version0.1.0
sourcesrc
created_at2016-01-31 04:57:27.007142
updated_at2016-01-31 04:57:27.007142
descriptionA simple logger backend that outputs to a file. This is alpha state.
homepage
repositoryhttps://github.com/KeenS/file_logger
max_upload_size
id4029
size14,097
Îșeen (KeenS)

documentation

README

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.
Commit count: 20

cargo fmt