package
Version:
v0.0.0-...-58c3220
Opens a new window with list of versions in this module.
Published: Apr 27, 2022
License: Apache-2.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
¶
LogDir logs content of each .json file in `path` but wrap it content using
Wrapper before.
`tag` is used to add extra information to LoggerEngine
type LoggerEngine interface {
Post(tag string, message interface{}) error
Close() error
}
type Wrapper func(content string) (wrappedContent interface{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.