Skip to content
/ fiplog Public

[fiplog](https://fipress.org/project/fiplog) is a simple golang log lib with basic configurable log level, output format and location

License

Notifications You must be signed in to change notification settings

FIPress/fiplog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fiplog

fiplog simple golang log lib with basic configurable log level, output format and location.

A typical config file could be:

level: Debug
file: fip.log
pattern: %date [%level] <%file> %msg

Usage The usage is simple:

logger := fiplog.GetLogger()
logger.Debug("debug")
logger.Info("info")
logger.Error("error:",err)

For detailed usage, please refer to the project page

About

[fiplog](https://fipress.org/project/fiplog) is a simple golang log lib with basic configurable log level, output format and location

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages