Documentation ¶
Overview ¶
Package loglib is for encapsulating https://github.com/uber-go/zap any operations
As a quick start for loglib:
logger, err := loglib.NewProductionLogger() if err != nil { panic(err) } logger.Info("test logger", zap.String("hello", "world")) logger, err := loglib.NewProductionLogger() if err != nil { panic(err) } logger.Log(loglib.INFO, "test logger", "hello", "world")
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.