# Functions
Debug send a logging.Debug message to Google cloud logging.
Debugf send a logging.Debug message to Google cloud logging.
Error send a logging.Error message to Google cloud logging.
Errorf send a logging.Error message to Google cloud logging.
Fatal This is equivalent to calling Print followed by os.Exit(1) logged as logging.Alert.
Fatalf This is equivalent to calling Printf followed by os.Exit(1) logged as logging.Alert.
Group start a log group for the goroutine that calls this function.
Info send a logging.Info message to Google cloud logging.
Infof send a logging.Info message to Google cloud logging.
Panic This is equivalent to calling Print followed by panic() logged as logging.Critical.
Panicf This is equivalent to calling Printf followed by panic() logged as logging.Critical.
Print send a log message to Google cloud logging.
Printf send a log message to Google cloud logging.
Println send a log message to Google cloud logging.
Warning send a logging.Warning message to Google cloud logging.
Warningf send a logging.Warning message to Google cloud logging.
# 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
Labels are fields that will can be associated to your group log entry.