Documentation
¶
Index ¶
Constants ¶
View Source
const (
PathAppLogFile = "/home/ces-importer/migration-log/log.log"
)
Variables ¶
This section is empty.
Functions ¶
func InitStructuredLogger ¶ added in v0.0.6
func InitStructuredLogger(options ...LoggerOption) error
Types ¶
type LoggerOption ¶ added in v0.0.6
type LoggerOption func(*logger) error
func WithComponent ¶ added in v0.0.6
func WithComponent(component string) LoggerOption
func WithFile ¶ added in v0.0.6
func WithFile(file string) LoggerOption
func WithLevel ¶ added in v0.0.6
func WithLevel(level string) LoggerOption
Click to show internal directories.
Click to hide internal directories.