UNPKG

@datadog/mobile-react-native

Version:

A client-side React Native module to interact with Datadog

10 lines 217 B
/** * Enum specifying possible log levels for DD SDK. */ export declare enum SdkVerbosity { DEBUG = "debug", INFO = "info", WARN = "warn", ERROR = "error" } //# sourceMappingURL=SdkVerbosity.d.ts.map