package
module
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Jul 24, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Journal interface {
io.Closer
Log(status entry.Level, event string, req []byte, res []byte, err error) error
Info(event string, req []byte, res []byte) error
Warn(event string, req []byte, res []byte, err error) error
Error(event string, req []byte, res []byte, err error) error
}
type Option func(journal *fileJournal)
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.