logging

package
v0.0.0-rc8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupLogger

func SetupLogger(cfg *Config)

Types

type Config

type Config struct {
	Level   string
	Console ConsoleLoggerConfig
	File    FileLoggerConfig
}

type ConsoleLoggerConfig

type ConsoleLoggerConfig struct {
	Enable   bool
	Encoding string
}

type FileLoggerConfig

type FileLoggerConfig struct {
	Enable  bool
	DirPath string
	MaxSize int
	MaxAge  int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL