Documentation ¶
Index ¶
- Variables
- func Debug() *zerolog.Event
- func Error() *zerolog.Event
- func Fatal() *zerolog.Event
- func Info() *zerolog.Event
- func NewEventLogWriter() io.Writer
- func OnReportBytes(handler func(s string))
- func OnReportEvent(handler func(e map[string]interface{}))
- func Panic() *zerolog.Event
- func SentryCaptureArgs()
- func SentryCaptureError(err error)
- func SentryCaptureMessage(message string)
- func SentryFlush()
- func SentryInit(dsn string) error
- func SentryRecover()
- func Topic(topic string) zerolog.Logger
- func Warn() *zerolog.Event
- type EventLogWriter
- type UUIDHook
Constants ¶
This section is empty.
Variables ¶
View Source
var CLI_DSN = "https://a93da0b87a654895a96ab3a1e4101792@o170438.ingest.sentry.io/4503898727907328"
Functions ¶
func NewEventLogWriter ¶ added in v0.29.1
func OnReportBytes ¶ added in v0.12.3
func OnReportBytes(handler func(s string))
func OnReportEvent ¶ added in v0.12.3
func OnReportEvent(handler func(e map[string]interface{}))
func SentryCaptureArgs ¶ added in v0.12.0
func SentryCaptureArgs()
func SentryCaptureError ¶ added in v0.12.0
func SentryCaptureError(err error)
func SentryCaptureMessage ¶ added in v0.12.0
func SentryCaptureMessage(message string)
func SentryFlush ¶ added in v0.12.0
func SentryFlush()
func SentryInit ¶ added in v0.12.0
func SentryRecover ¶ added in v0.12.0
func SentryRecover()
Types ¶
type EventLogWriter ¶ added in v0.29.1
type EventLogWriter struct { }
Click to show internal directories.
Click to hide internal directories.