log

package
v0.0.0-...-5d714f6 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Red    colorType = 31
	Green  colorType = 32
	Yellow colorType = 33
	Blue   colorType = 34
	Gray   colorType = 37
)

指定可能な色

Variables

This section is empty.

Functions

func Color

func Color(color colorType, value string) string

Color ターミナルでのカラー出力

func Debug

func Debug(msg string, err error, details *Map)

Debug アプリケーションログを残します

func Error

func Error(msg string, err error, details *Map)

Error アプリケーションログを残し、Issue 管理サイトへの報告も行います

func Fatal

func Fatal(msg string, err error, details *Map)

Fatal アプリケーションログを残し、Issue 管理サイトへの報告も行い、アプリケーションを停止します

func Info

func Info(msg string, err error, details *Map)

Info アプリケーションログを残します

func StackTrace

func StackTrace()

StackTrace スタックトレースの簡易表示

func ToJSONString

func ToJSONString(v interface{}) string

ToJSONString modelをJsonのstringに変換する関数

func Warn

func Warn(msg string, err error, details *Map)

Warn アプリケーションログを残します

Types

type KeyVal

type KeyVal struct {
	Key   string `json:"key"`
	Value string `json:"value"`
}

KeyVal key value

type Map

type Map map[string]interface{}

Map マップエイリアス

Jump to

Keyboard shortcuts

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