Documentation ¶
Overview ¶
Package log provides the both file and console (general) logging capabilities to spacemesh modules such as app and identity.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
func Debug(format string, args ...interface{})
Debug prints formatted debug level log message.
func Error ¶
func Error(format string, args ...interface{})
Error prints formatted error level log message.
func Info ¶
func Info(format string, args ...interface{})
Info prints formatted info level log message.
func InitSpacemeshLoggingSystem ¶
InitSpacemeshLoggingSystem initializes app logging system.
Types ¶
Click to show internal directories.
Click to hide internal directories.