Skip to content

hwgao/lgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lgl

lgl is a simple logger supporting log level.

Features

  • Work out of the box.
  • Only global functions are provided. Just import the package, then you can use it.
  • Supported log levels: Trace, Debug, Warning, Error.
  • By default show the file name and line number.
  • By default log level is Error. Call SetLogLevel() in main() to enable more log.
  • Call Set() in main() to save log to a file or other location.

About

A simple logger supporting log level

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages