Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/op/go-logging
/ functions
Functions
136 in github.com/op/go-logging
⨍
Functions
136
◇
Types & classes
28
Function
NewSyslogBackend
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
Function
NewSyslogBackend
(prefix string)
syslog_fallback.go:18
Function
NewSyslogBackendPriority
NewSyslogBackendPriority is the same as NewSyslogBackend, but with custom syslog priority, like syslog.LOG_LOCAL3|syslog.LOG_DEBUG etc.
syslog.go:28
Function
NewSyslogBackendPriority
(prefix string, priority Priority)
syslog_fallback.go:22
Method
Noticef
Noticef logs a message using NOTICE as log level.
logger.go:233
Method
Panic
Panic is equivalent to l.Critical(fmt.Sprint()) followed by a call to panic().
logger.go:186
Method
Panicf
Panicf is equivalent to l.Critical followed by a call to panic().
logger.go:192
Method
Redacted
()
logger_test.go:11
Method
Redacted
()
examples/example.go:22
Function
SetLevel
SetLevel sets the logging level for the specified module. The module corresponds to the string specified in GetLogger.
backend.go:32
Method
SetLevel
SetLevel sets the log level for the given module.
level.go:103
Method
SetLevel
SetLevel propagates the same level to all backends.
multi.go:51
Method
Stop
Stop signals the internal goroutine to exit and waits until it have.
memory.go:214
Function
TestBackendFormatter
(t *testing.T)
format_test.go:145
Function
TestChannelMemoryBackend
(t *testing.T)
memory_test.go:80
Function
TestFormat
(t *testing.T)
format_test.go:12
Function
TestFormatFuncName
(t *testing.T)
format_test.go:84
Function
TestLevelLogLevel
(t *testing.T)
level_test.go:24
Function
TestLevelModuleLevel
(t *testing.T)
level_test.go:50
Function
TestLevelString
(t *testing.T)
level_test.go:9
Function
TestLogCalldepth
(t *testing.T)
log_test.go:15
Function
TestLogCallpath
(t *testing.T)
log_test.go:71
Function
TestMemoryBackend
(t *testing.T)
memory_test.go:42
Function
TestMultiLogger
(t *testing.T)
multi_test.go:9
Function
TestMultiLoggerLevel
(t *testing.T)
multi_test.go:25
Function
TestPrivateBackend
(t *testing.T)
logger_test.go:48
Function
TestRealFuncFormat
(t *testing.T)
format_test.go:49
Function
TestRedact
(t *testing.T)
logger_test.go:28
Function
TestRedactf
(t *testing.T)
logger_test.go:38
Function
TestSequenceNoOverflow
(t *testing.T)
logger_test.go:15
Function
TestStructFuncFormat
(t *testing.T)
format_test.go:59
Function
TestVarFuncFormat
(t *testing.T)
format_test.go:70
Method
Warningf
Warningf logs a message using WARNING as log level.
logger.go:223
Function
doFmtVerbLevelColor
(layout string, level Level, output io.Writer)
log_windows.go:104
Function
init
()
logger.go:257
Function
main
()
examples/example.go:26
← previous
101–136 of 136, ranked by callers