logging

package
v0.0.0-...-8d8ec1c Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fields

type Fields map[string]interface{}

Fields - Logging 처리에 사용할 Field 정보 형식

type Logger

type Logger struct {
	*logrus.Logger
}

Logger - CB-LOG에서 사용하는 "logrus" Logger를 위한 Wrapper 구조

func GetLogger

func GetLogger() *Logger

GetLogger - 관리되고 있는 Logger 반환

func NewLogger

func NewLogger() *Logger

NewLogger - 초기화된 Logger의 인스턴스 생성

func NewLoggerByName

func NewLoggerByName(name string) *Logger

NewLoggerByName - 지정한 이름으로 구성된 Logger 인스턴스 생성

func (*Logger) DisableOutput

func (l *Logger) DisableOutput()

DisableOutput - 로그 출력 비활성화

func (*Logger) SetFields

func (l *Logger) SetFields(fields Fields) *Logger

SetFields - 로그에 사용할 Fields 정보 설정

func (*Logger) SetFormatter

func (l *Logger) SetFormatter(f logrus.Formatter)

SetFormatter - 로그 포맷터 설정

func (*Logger) SetLogLevel

func (l *Logger) SetLogLevel(lv logrus.Level)

SetLogLevel - 로그 레벨 설정

func (*Logger) SetOutput

func (l *Logger) SetOutput(w io.Writer)

SetOutput - 로그 출력기 설정

Jump to

Keyboard shortcuts

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