Categorygo.ideatocode.tech/log
modulepackage
1.0.9
Repository: https://github.com/ideatocode/go-log.git
Documentation: pkg.go.dev

# README

go-log

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewColor returns a new Color logger.
NewStd Returns a new Zerolog logger.
NewZero returns a new Zerolog logger.
No description provided by the author

# Variables

DefaultLogger is the logger called when using the default functions.
TimeFormat is the default time format used by this package.
TimestampFunc is the default time func used by this package, useful for testing.

# Structs

Color is a basic re-implementation of the standard library log to match the logging interface with added colors.
Std is a basic re-implementation of the standard library log to match the logging interface.
Zero is a basic re-implementation of zerolog to match the logging interface.

# Interfaces

Logger is the bare minimum logging interface.