logging

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2024 License: Apache-2.0 Imports: 4 Imported by: 10

Documentation

Overview

Package logging provides the hiboot starter for injectable logging dependency

Index

Constants

View Source
const (
	// Profile is the profile of logging, it should be as same as the package name
	Profile = "logging"
	// Level is the property for setting logging level
	Level = "logging.level"
	// LevelDebug is the logging level options
	LevelDebug = "debug"
	// LevelInfo is the logging level options
	LevelInfo = "info"
	// LevelWarn is the logging level options
	LevelWarn = "warn"
	// LevelError is the logging level options
	LevelError = "error"
	// LevelFatal is the logging level options
	LevelFatal = "fatal"
	// LevelDebug is the logging level options
	LevelDisable = "disable"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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