Documentation
¶
Overview ¶
Package alog contains some methods from the glog package, but also logs errors to the CloudMessage
Index ¶
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func Exit(args ...interface{})
- func Exitf(format string, args ...interface{})
- func Fatal(args ...interface{})
- func Fatalf(format string, args ...interface{})
- func Flush()
- func Info(args ...interface{})
- func InfoSend(args ...interface{})
- func InfoSendUrgent(args ...interface{})
- func InfoSendUrgentf(format string, args ...interface{})
- func InfoSendf(format string, args ...interface{})
- func Infof(format string, args ...interface{})
- func UseFormattedPayload(appName string)
- func Warning(args ...interface{})
- func Warningf(format string, args ...interface{})
- type Verbose
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InfoSendUrgent ¶
func InfoSendUrgent(args ...interface{})
func InfoSendUrgentf ¶
func InfoSendUrgentf(format string, args ...interface{})
func UseFormattedPayload ¶
func UseFormattedPayload(appName string)
When appName is set, the formatted payload will be used for the cloud messages: $from [$hostname]|$priority|$message
Types ¶
Click to show internal directories.
Click to hide internal directories.