Documentation
¶
Index ¶
Constants ¶
View Source
const ( // field keys FieldModule = "module" FieldMethod = "method" FieldChain = "chain" FieldNonce = "nonce" FieldTx = "tx" FieldXmsg = "xmsg" // module names ModNameInbound = "inbound" ModNameOutbound = "outbound" ModNameGasPrice = "gasprice" ModNameHeaders = "headers" )
A group of predefined field keys and module names for pellclient logs
View Source
const (
ComplianceLogFile = "compliance.log"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
Logger contains the base loggers
func DefaultLogger ¶
func DefaultLogger() Logger
DefaultLoggers creates default base loggers for tests
Click to show internal directories.
Click to hide internal directories.