1
0
Fork 0
convenient wrapper of zap logger.
Go to file
Sangbum Kim 01fda8cb8c readme image 깨지는 형상 수정. 2022-03-18 16:24:07 +09:00
rotater initial commit 2022-03-18 09:21:04 +09:00
.gitignore initial commit 2022-03-18 09:21:04 +09:00
LICENSE initial commit 2022-03-18 09:21:04 +09:00
README.md readme image 깨지는 형상 수정. 2022-03-18 16:24:07 +09:00
common.go initial commit 2022-03-18 09:21:04 +09:00
global.go package path 변경. 2022-03-18 14:48:56 +09:00
go.mod package path 변경. 2022-03-18 14:48:56 +09:00
hook_logger.go initial commit 2022-03-18 09:21:04 +09:00
log_format.go initial commit 2022-03-18 09:21:04 +09:00
logger.go package path 변경. 2022-03-18 14:48:56 +09:00
wrapped.go initial commit 2022-03-18 09:21:04 +09:00

README.md

logging

GoDoc Go Report

Description

logging is a convenient wrapper of zap logger. It provides grouping, rotation.

Requirements

Go 1.5 or above.

Installation

Run the following command to install the package:

go get amuz.es/src/go/logging

Getting Started

TBD