Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 503 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 503 Bytes

loggery-rs

A very simple logger written in rust.


TODO

  • scopped logging
  • add timestamp
  • add filename and line number
  • clear log at start
  • add stdout and stderr support
  • add colors for each log level
  • render as html in localhost for a real-time view
    • support filter level
    • custom refresh rate
  • config file support
  • support manual pattern config for log format and date
  • json encoding of instances that are logged???