Versions in this module Expand all Collapse all v1 v1.0.7 Feb 13, 2022 Changes in this version + type Console struct + func NewConsole(daemon, version string) (*Console, error) + func (c *Console) Criticalf(format string, args ...interface{}) + func (c *Console) Debugf(format string, args ...interface{}) + func (c *Console) Errorf(format string, args ...interface{}) + func (c *Console) Infof(format string, args ...interface{}) + type Context struct + ReportLocation *ReportLocation + type Logger interface + Criticalf func(message string, args ...interface{}) + Debugf func(message string, args ...interface{}) + Errorf func(message string, args ...interface{}) + Infof func(message string, args ...interface{}) + type ReportLocation struct + FilePath string + FunctionName string + LineNumber int + type ServiceContext struct + Service string + Version string + type Stackdriver struct + Context *Context + EventTime string + Message string + ServiceContext *ServiceContext + Severity string + Stacktrace string + func NewStackdriver(daemon, version string) (*Stackdriver, error) + func (s *Stackdriver) Criticalf(format string, args ...interface{}) + func (s *Stackdriver) Debugf(format string, args ...interface{}) + func (s *Stackdriver) Errorf(format string, args ...interface{}) + func (s *Stackdriver) Infof(format string, args ...interface{}) + type Syslog struct + func NewSyslog(daemon, version string) (*Syslog, error) + func (s *Syslog) Criticalf(format string, args ...interface{}) + func (s *Syslog) Debugf(format string, args ...interface{}) + func (s *Syslog) Errorf(format string, args ...interface{}) + func (s *Syslog) Infof(format string, args ...interface{})