LogLevel
Defined in: INativeSDK.ts:17
Logging Levels available for configuring the logging output of the native module.
Each level includes the previous, for example LogLevel.Error will only log
errors, however LogLevel.Warn will log warnings, AND errors.
Enumeration Members
Debug
Debug:
4
Defined in: INativeSDK.ts:27
Log everything. Only use if you are ok with spammy logs!
Error
Error:
1
Defined in: INativeSDK.ts:21
Log only errors.
Info
Info:
3
Defined in: INativeSDK.ts:25
Log info, warnings, and errors.
None
None:
0
Defined in: INativeSDK.ts:19
Log nothing to console.
Warn
Warn:
2
Defined in: INativeSDK.ts:23
Log warnings and errors.