Documentation
¶
Overview ¶
Package internal contains some internal functionalities needed for logpipe. There is logging set up for logging the application's behaviour. Configurations for the application are set up in config package.
Index ¶
Constants ¶
View Source
const ( // InfoLevel for Info level InfoLevel = logrus.InfoLevel // WarnLevel for Warn level WarnLevel = logrus.WarnLevel // DebugLevel for Debug level DebugLevel = logrus.DebugLevel // ErrorLevel for Error level ErrorLevel = logrus.ErrorLevel )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.