Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 659 Bytes

TODO.md

File metadata and controls

12 lines (11 loc) · 659 Bytes

Pending Items

Future Work

  • Better formatting support (right now one has to implement a new LogProcessor)
  • Rolling file loggers.
  • Unique channel + go routine per resource (such as different files, stdout, syslog, etc...). This will allow writes to any single resource to be serialized, but writes to different resources to be parallelized.
  • Smart writer management
  • Benchmark tests, specifically testing the results between logging thread locking and channel usage.
  • Adding prefix on it...
    • Maybe have a LoggerView that wraps a logger with a specific prefix? iunno
    • I think there's more stuff, I can't think of it right now though.