Skip to content
/ elogging Public

enhanced go logging wrapping library with scope and levels support

License

Notifications You must be signed in to change notification settings

gilwo/elogging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elogging - an enhanced logging package based on golang log package

included features

  • scoped logging - unique log object per scope - (scope is not unique)
  • leveled logging - diffrentiate between logging messages based on logic
  • simple text level - error, warn, info, verbose, trace and disabled
    • set explictly
    • cycle the levels
    • use simple text or use defines from the library
  • simple on/off for all log objects
  • all log objects accessible from the library
  • control output for each log object
  • change default setting for log creation
  • globally set log level

About

enhanced go logging wrapping library with scope and levels support

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages