Skip to content

Instantly share code, notes, and snippets.

@jfeng45
Created July 28, 2020 13:32
Show Gist options
  • Save jfeng45/a00c294c3bbf49fc1b8c70c056546ae3 to your computer and use it in GitHub Desktop.
Save jfeng45/a00c294c3bbf49fc1b8c70c056546ae3 to your computer and use it in GitHub Desktop.
type Logging struct {
// log library name
Code string `yaml:"code"`
// log level
Level string `yaml:"level"`
// show caller in log message
EnableCaller bool `yaml:"enableCaller"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment