Package org.bitcoindevkit
Class Log
-
- All Implemented Interfaces:
public class Log
A log message from the node.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
Log.Debug
A human-readable debug message.
public class
Log.ConnectionsMet
All the required connections have been met. This is subject to change.
public final class
Log.Progress
A percentage value of filters that have been scanned.
public final class
Log.StateUpdate
A state in the node syncing process.
public final class
Log.TxSent
A transaction was broadcast over the wire. The transaction may or may not be rejected by recipient nodes.
-