Documentation
¶
Overview ¶
Package stackdriver implements a Google Cloud Stackdriver formatter for xlog. It formats log entries into the JSON structure expected by Stackdriver Logging.
Example:
formatter := &stackdriver.Formatter{WithTrace: true}
logger := xlog.New(os.Stdout, xlog.WithFormatter(formatter))
logger.Infof("User logged in")
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MaxLogMessageLength = 2 * 1024
Functions ¶
func NewFormatter ¶
NewFormatter returns a Stackdriver formatter for xlog, writing log entries as Stackdriver-compatible JSON. logName sets the Stackdriver log name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.