# Functions
Debug send a log message to alt4.
Debugf send a log message to alt4.
Debugln send a log message to alt4.
Error send a log message to alt4.
Errorf send a log message to alt4.
Errorln send a log message to alt4.
Fatal This is equivalent to calling Print followed by os.Exit(1).
Fatalf This is equivalent to calling Printf followed by os.Exit(1).
Fatalln This is equivalent to calling Println followed by os.Exit(1).
Group start a log group for the goroutine that calls this function.
Info send a log message to alt4.
Infof send a log message to alt4.
Infoln send a log message to alt4.
Panic This is equivalent to calling Print followed by panic().
Panicf This is equivalent to calling Printf followed by panic().
Panicln This is equivalent to calling Println followed by panic().
Print send a log message to alt4.
Printf send a log message to alt4.
Println send a log message to alt4.
Warning send a log message to alt4.
Warningf send a log message to alt4.
Warningln send a log message to alt4.
# Variables
BuiltInExit Internally this function just calls os.Exit.
BuiltInPanic Internally this function just calls panic().
# Structs
GroupResult Object returned by creating a new log group/thread.
# Type aliases
Claims are fields that will can be associated to your log entry.