common

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config = string

type Detail

type Detail struct {
	Name      string `json:"name"`
	Line      string `json:"line"`
	Prefix    string `json:"prefix"`
	Trace     uint64 `json:"trace"`
	Content   string `json:"content"`
	Level     string `json:"level"`
	Timestamp string `json:"timestamp"`
}

type Level

type Level uint8
const (
	NONE Level = 0x00 + iota
	DEBUG
	STACK
	INFO
	WARN
	ERR
	FATAL
)

Jump to

Keyboard shortcuts

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