UNPKG

378 BTypeScriptView Raw
1/** Console logging verbosity for the SDK. */
2export declare enum LogLevel {
3 /** No logs will be generated. */
4 None = 0,
5 /** Only SDK internal errors will be logged. */
6 Error = 1,
7 /** Information useful for debugging the SDK will be logged. */
8 Debug = 2,
9 /** All SDK actions will be logged. */
10 Verbose = 3
11}
12//# sourceMappingURL=loglevel.d.ts.map
\No newline at end of file