Trust Pin Log Level
Verbosity control for TrustPin log output.
Levels are ordered from least to most verbose: NONE<ERROR<INFO<DEBUG. Each level includes all messages from the levels above it.
TrustPin.setLogLevel(TrustPinLogLevel.ERROR) // production default
TrustPin.setLogLevel(TrustPinLogLevel.DEBUG) // local debugging onlyContent copied to clipboard
Use ERROR or NONE in production — verbose levels may surface information that is inappropriate to persist in production log sinks.
See also
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.