package
1.3.6
Repository: https://github.com/00security/grammes.git
Documentation: pkg.go.dev

# Functions

NewBasicLogger returns a logger that is used for development, but only logs at the Error level.
NewDebugLogger returns a new debug logging object for the Grammes client to use.
NewNilLogger returns a nil logging object for the Grammes client to use.
NewProdLogger returns a new debug logging object for the Grammes client to use.

# Structs

BasicLogger is the default logger used by the Grammes client.
DebugLogger is the basic logger used for debugging an application.
NilLogger is the default logger used for the Grammes client.
ProdLogger is the basic logger used for production level logging.

# Interfaces

Logger is a wrapper for any kind of logger you wish to use.