Documentation
¶
Index ¶
- func NewMessage(priority journal.Priority, prefix string) logging.Message
- type Backend
- func (self *Backend) AllowLevel(name []string, level logging.Level) bool
- func (self *Backend) Configure(verbosity int, path *string)
- func (self *Backend) GetMaxLevel(name []string) logging.Level
- func (self *Backend) GetWriter() io.Writer
- func (self *Backend) NewMessage(name []string, level logging.Level, depth int) logging.Message
- func (self *Backend) SetMaxLevel(name []string, level logging.Level)
- type JournalWriter
- type Message
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func NewBackend ¶
func NewBackend() *Backend
func (*Backend) AllowLevel ¶
logging.Backend interface
func (*Backend) GetMaxLevel ¶ added in v0.1.64
logging.Backend interface
func (*Backend) NewMessage ¶
logging.Backend interface
type JournalWriter ¶
type JournalWriter struct{}
Click to show internal directories.
Click to hide internal directories.