Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrKey = "err" CtrErrKey = "ctr_err" SubIDKey = "subscription_id" CfgKey = "cfg" TxKey = "tx" DurationKey = "duration" DurationMilliKey = "durationMilli" BundleHashKey = "bundle" BatchHashKey = "batch" BatchHeightKey = "batch_height" BatchSeqNoKey = "batch_seq_num" RollupHashKey = "rollup" CmpKey = "component" NodeIDKey = "node_id" EnclaveIDKey = "enclave_id" NetworkIDKey = "network_id" BlockHeightKey = "block_height" BlockHashKey = "block_hash" PackageKey = "package" )
These are the keys of the log entries
View Source
const ( EnclaveCmp = "enclave" HostCmp = "host" HostRPCCmp = "host_rpc" TxInjectCmp = "tx_inject" TestLogCmp = "test_log" P2PCmp = "p2p" RPCClientCmp = "rpc_client" DeployerCmp = "deployer" NetwMngCmp = "network_manager" WalletExtCmp = "wallet_extension" TestGethNetwCmp = "test_geth_network" EthereumL1Cmp = "l1_host" TenscanCmp = "tenscan" CrossChainCmp = "cross_chain" )
Logging is grouped by the component where it was initialised
View Source
const (
SysOut = "sys_out"
)
SysOut - Used when the logger has to write to Sys.out
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.