Documentation ¶ Index ¶ type SentryLogger func (l *SentryLogger) Error(label string, value LOG.Any) func (l *SentryLogger) Fatal(label string, value LOG.Any) func (l *SentryLogger) Info(label string, value LOG.Any) func (l *SentryLogger) Warn(label string, value LOG.Any) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SentryLogger ¶ type SentryLogger struct{} func (*SentryLogger) Error ¶ func (l *SentryLogger) Error(label string, value LOG.Any) func (*SentryLogger) Fatal ¶ func (l *SentryLogger) Fatal(label string, value LOG.Any) func (*SentryLogger) Info ¶ func (l *SentryLogger) Info(label string, value LOG.Any) func (*SentryLogger) Warn ¶ func (l *SentryLogger) Warn(label string, value LOG.Any) Source Files ¶ View all Source files logger.go Click to show internal directories. Click to hide internal directories.