Discover Packages
github.com/isutare412/web-memo/api
internal
log
package
Version:
v0.0.0-...-06621f0
Opens a new window with list of versions in this module.
Published: Oct 20, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Config struct {
Format Format `koanf:"format" validate:"required,oneof=json text"`
Level Level `koanf:"level" validate:"required,oneof=debug info warn error"`
Caller bool `koanf:"caller"`
}
const (
FormatJSON Format = "json"
FormatText Format = "text"
)
const (
LevelDebug Level = "debug"
LevelInfo Level = "info"
LevelWarn Level = "warn"
LevelError Level = "error"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.