TrustPinLogLevel

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 only

Use ERROR or NONE in production — verbose levels may surface information that is inappropriate to persist in production log sinks.

See also

Entries

Link copied to clipboard

Disables all SDK log output.

Link copied to clipboard

Errors and failures only. Recommended default for production.

Link copied to clipboard

Errors plus high-level operational messages.

Link copied to clipboard

All messages, including diagnostic detail.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

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.