/xlogs

Primary LanguageGo

xlogs

Simple golang loger

install

go get github.com/sanda0/xlogs

Functions

Info

func xlogs.Info(...any)

Warn

func xlogs.Warn(...any)

Error

func xlogs.Error(...any)

Debug

func xlogs.Debug(...any)