An open API service indexing awesome lists of open source software.

https://github.com/symphonyprotocol/log

Symphonyprotocol logging module
https://github.com/symphonyprotocol/log

Last synced: 3 months ago
JSON representation

Symphonyprotocol logging module

Awesome Lists containing this project

README

          

# log
Symphonyprotocol logging module

## Status
`In development`, try to use branch `dev`, for now only console log supported.

## Usage
```go
import "github.com/symphonyprotocol/log"

var logger = log.GetLogger("Test Category")
logger.Debug("Hello %v", "World")
logger.Trace("Hello World")
```
## Module support

* In progress