Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Journal ¶
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
Rotate() error
}
Click to show internal directories.
Click to hide internal directories.