Skip to content

Latest commit

 

History

History
executable file
·
13 lines (10 loc) · 187 Bytes

README.md

File metadata and controls

executable file
·
13 lines (10 loc) · 187 Bytes

logger

Quick and simple logger in GO.

Use

logger.AddOutput(logger.Stdout{
  MinLevel: logger.INFO, //logger.DEBUG,
  Colored:  true,
})
logger.Info("test")