core/logger library
Logging infrastructure for the Vantura SDK, including redaction and filtering.
Classes
- SimpleVanturaLogger
- Simple logger implementation for the Vantura SDK.
- VanturaLogger
- Abstract logger interface for the Vantura SDK.
- VanturaLoggerOptions
- Configuration for Vantura logging.
Enums
- VanturaLogLevel
- Log levels for Vantura SDK.
Properties
- sdkLogger ↔ VanturaLogger
-
Global SDK logger instance.
In a real app, developers should be able to replace this.
getter/setter pair