Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 329 Bytes

File metadata and controls

17 lines (13 loc) · 329 Bytes

log

Symphonyprotocol logging module

Status

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

Usage

import "github.com/symphonyprotocol/log"

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

Module support

  • In progress