https://github.com/symphonyprotocol/log
Symphonyprotocol logging module
https://github.com/symphonyprotocol/log
Last synced: 3 months ago
JSON representation
Symphonyprotocol logging module
- Host: GitHub
- URL: https://github.com/symphonyprotocol/log
- Owner: symphonyprotocol
- License: gpl-3.0
- Created: 2018-09-20T06:57:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T08:33:26.000Z (over 6 years ago)
- Last Synced: 2025-12-18T20:07:29.319Z (6 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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