public 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
Enum Constant and Description |
---|
ERROR
Only error logs will be printed to the console.
|
INFO
All errors, warnings, and info logs will be printed to the console.
|
NONE
No logs will be printed to the console.
|
VERBOSE
All logs will be printed to the console.
|
WARNING
All errors and warnings will be printed to the console.
|
public static LogLevel NONE
No logs will be printed to the console.
public static LogLevel ERROR
Only error logs will be printed to the console.
public static LogLevel WARNING
All errors and warnings will be printed to the console.
public static LogLevel INFO
All errors, warnings, and info logs will be printed to the console.
public static LogLevel VERBOSE
All logs will be printed to the console.