Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 645 Bytes

COMPATIBILITY.md

File metadata and controls

29 lines (25 loc) · 645 Bytes

Compatibility to C++ glog

Missing features

  • Logging to files
    • Writing header
    • Writing log entries
    • Writing backtrace
    • Symlinks
    • Filesize limits
    • Filerotation
  • LOG_IF macros
  • VLOG macros
  • CHECK macros
  • Additional log levels
    • FATAL #9
    • VERBOSE #10
  • Flags
    • Logging in UTC #3
    • Change some flags during runtime #4
    • Remove extensions from filename

glog-rs extensions

  • TRACE and DEBUG levels
  • Filepath instead of filename
  • Crate in addition to filepath/filename
  • Flags
    • Year in log timestamp