Package org.hyperledger.fabric.traces
Class Traces
- java.lang.Object
-
- org.hyperledger.fabric.traces.Traces
-
public final class Traces extends java.lang.Object
Traces Interface. Traces setups up the provider in use from the configuration supplied If not enabled, nothing happens.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TracesProvider
getProvider()
static TracesProvider
initialize(java.util.Properties props)
-
-
-
Method Detail
-
initialize
public static TracesProvider initialize(java.util.Properties props)
- Parameters:
props
- the configuration of the chaincode- Returns:
- The traces provider
-
getProvider
public static TracesProvider getProvider()
- Returns:
- TracesProvider
-
-