package
0.0.0-20191005183010-c891ed9d85ea
Repository: https://github.com/nikhilsbhat/neuron.git
Documentation: pkg.go.dev

# Functions

Debug will treat the data written into log file as debug.
Error will treat the data written into log file as error.
Info will treat the data written into log file as information.
Init will help in initializing log setup for neuron.
Warn will treat the data written into log file as warning.

# Variables

AppName is set to "neuron" by default, one can change it by passing the required name to neuronlogInitializer().
AppName is set to "neuron" by default, one can change it by passing the required name to neuronlogInitializer().

# Structs

NeuronLogInput holds the data such as path to log file where the logs will be written along with the name of the app for which logs will be written.