Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 648 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 648 Bytes

Build Status Slack Room

logger

Empower your log capabilities to the maximum level

Install

With fisherman

fisher logger

Usage

log foo
debug foo # or log foo 1
warn foo # or log foo 2
error foo # or log foo 3
fatal foo # or log foo 4
critical foo # or log foo 5