//
pkg.gl
Category
github.com/jcantillom/gmf_message_processor
internal
logs
package
0.0.0-20241022034835-10b7e6b97d1b
Repository:
https://github.com/jcantillom/gmf_message_processor.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
93 SLOC
#
Functions
LogDebug
LogDebug genera logs a nivel DEBUG si el nivel de log es DEBUG.
LogError
LogError genera logs a nivel ERROR.
LogInfo
LogInfo genera logs a nivel INFO.
LogWarn
LogWarn genera logs a nivel WARNING.
#
Variables
Logger
No description provided by the author
#
Structs
LoggerAdapter
LoggerAdapter implementa LogInterface utilizando funciones de logging específicas.
#
Interfaces
LogInterface
LogInterface define una interfaz para el logger.