Documentation
¶
Overview ¶
Package internal contains some internal functionalities needed for piplog. Other commonly used logic are places in the internal package itself. There is logging set up.
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.