MCPcopy Create free account

hub / github.com/op/go-logging / functions

Functions136 in github.com/op/go-logging

FunctionNewSyslogBackend
NewSyslogBackend connects to the syslog daemon using UNIX sockets with the given prefix. If prefix is not given, the prefix will be derived from the l
syslog.go:20
FunctionNewSyslogBackend
(prefix string)
syslog_fallback.go:18
FunctionNewSyslogBackendPriority
NewSyslogBackendPriority is the same as NewSyslogBackend, but with custom syslog priority, like syslog.LOG_LOCAL3|syslog.LOG_DEBUG etc.
syslog.go:28
FunctionNewSyslogBackendPriority
(prefix string, priority Priority)
syslog_fallback.go:22
MethodNoticef
Noticef logs a message using NOTICE as log level.
logger.go:233
MethodPanic
Panic is equivalent to l.Critical(fmt.Sprint()) followed by a call to panic().
logger.go:186
MethodPanicf
Panicf is equivalent to l.Critical followed by a call to panic().
logger.go:192
MethodRedacted
()
logger_test.go:11
MethodRedacted
()
examples/example.go:22
FunctionSetLevel
SetLevel sets the logging level for the specified module. The module corresponds to the string specified in GetLogger.
backend.go:32
MethodSetLevel
SetLevel sets the log level for the given module.
level.go:103
MethodSetLevel
SetLevel propagates the same level to all backends.
multi.go:51
MethodStop
Stop signals the internal goroutine to exit and waits until it have.
memory.go:214
FunctionTestBackendFormatter
(t *testing.T)
format_test.go:145
FunctionTestChannelMemoryBackend
(t *testing.T)
memory_test.go:80
FunctionTestFormat
(t *testing.T)
format_test.go:12
FunctionTestFormatFuncName
(t *testing.T)
format_test.go:84
FunctionTestLevelLogLevel
(t *testing.T)
level_test.go:24
FunctionTestLevelModuleLevel
(t *testing.T)
level_test.go:50
FunctionTestLevelString
(t *testing.T)
level_test.go:9
FunctionTestLogCalldepth
(t *testing.T)
log_test.go:15
FunctionTestLogCallpath
(t *testing.T)
log_test.go:71
FunctionTestMemoryBackend
(t *testing.T)
memory_test.go:42
FunctionTestMultiLogger
(t *testing.T)
multi_test.go:9
FunctionTestMultiLoggerLevel
(t *testing.T)
multi_test.go:25
FunctionTestPrivateBackend
(t *testing.T)
logger_test.go:48
FunctionTestRealFuncFormat
(t *testing.T)
format_test.go:49
FunctionTestRedact
(t *testing.T)
logger_test.go:28
FunctionTestRedactf
(t *testing.T)
logger_test.go:38
FunctionTestSequenceNoOverflow
(t *testing.T)
logger_test.go:15
FunctionTestStructFuncFormat
(t *testing.T)
format_test.go:59
FunctionTestVarFuncFormat
(t *testing.T)
format_test.go:70
MethodWarningf
Warningf logs a message using WARNING as log level.
logger.go:223
FunctiondoFmtVerbLevelColor
(layout string, level Level, output io.Writer)
log_windows.go:104
Functioninit
()
logger.go:257
Functionmain
()
examples/example.go:26
← previous101–136 of 136, ranked by callers