package
0.0.0-20220513094817-371bc73d3f32
Repository: https://github.com/goat-project/goat-os.git
Documentation: pkg.go.dev
# Functions
Init initializes logrus by configuration.
InitLogToFile inits logrus to log the info severity or above to the file.
InitLogToFileDebug inits logrus to log the debug severity or above to the file.
InitLogToStdout inits logrus to log the info severity or above to Stdout.
InitLogToStdoutDebug inits logrus to log the debug severity or above to Stdout.