cLog

package
v0.0.0-...-25faf55 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddCommasToPrice

func AddCommasToPrice(price string) string

AddCommasToPrice 함수는 가격에 쉼표를 추가합니다.

func DecimalRnd

func DecimalRnd(min, max float64) decimal.Decimal

func Instance

func Instance() *logrus.Logger

Instance 신규 로거 생성

func IntRnd

func IntRnd(min, max int) int

func NewInstance

func NewInstance(_config Config) *logrus.Logger

NewInstance 신규 로거 생성

func PriceUnit

func PriceUnit(priceStr string) (float64, error)

getPriceUnit 함수는 주어진 가격 문자열에 대한 호가 단위를 반환합니다. 가격 문자열을 실수로 파싱하지 못하면 에러를 반환합니다.

func Setup

func Setup(_config Config)

func ToFields

func ToFields(_struct any) logrus.Fields

ToFields 구조체를 로깅 가능한 타입으로 변환

Types

type Config

type Config struct {
	ZonedId  string       // 타임존
	Level    logrus.Level // 출력 로그 레벨
	FilePath string       // 파일경로 (파일명 제외)
}

func DefaultConfig

func DefaultConfig() Config

Jump to

Keyboard shortcuts

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