LogLevel

enum LogLevel : Enum<LogLevel>

LogLevel determines what type of messages get logged to the console.

Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Entries

Link copied to clipboard

All logs will be printed to the console.

Link copied to clipboard

All errors, warnings, and info logs will be printed to the console.

Link copied to clipboard

All errors and warnings will be printed to the console.

Link copied to clipboard

Only error logs will be printed to the console.

Link copied to clipboard

No logs will be printed to the console.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int