README ¶ go-logging binding for SLF4Go This is the binding that integrates go-logging into SLF4Go To use this binding, use the following imports import ( "github.com/slf4go/logger" _ "github.com/slf4go/go-logging-binding" ) Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type GoLoggingImpl func (GoLoggingImpl) Log(level slf4go.Level, msg string, stack []string) func (GoLoggingImpl) SetLevel(level slf4go.Level) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type GoLoggingImpl ¶ type GoLoggingImpl struct{} func (GoLoggingImpl) Log ¶ func (GoLoggingImpl) Log(level slf4go.Level, msg string, stack []string) func (GoLoggingImpl) SetLevel ¶ func (GoLoggingImpl) SetLevel(level slf4go.Level) Source Files ¶ View all Source files binding.go Click to show internal directories. Click to hide internal directories.