UNPKG

@iterable/react-native-sdk

Version:
15 lines (14 loc) 683 B
"use strict"; /** * Enum representing the level of logs will Android and iOS projects be using. * * @see [Android Log Levels](https://source.android.com/docs/core/tests/debug/understanding-logging) * @see [iOS Log Levels](https://apple.github.io/swift-log/docs/current/Logging/Structs/Logger/Level.html#/s:7Logging6LoggerV5LevelO4infoyA2EmF) */ export let IterableLogLevel = /*#__PURE__*/function (IterableLogLevel) { IterableLogLevel[IterableLogLevel["debug"] = 1] = "debug"; IterableLogLevel[IterableLogLevel["info"] = 2] = "info"; IterableLogLevel[IterableLogLevel["error"] = 3] = "error"; return IterableLogLevel; }({}); //# sourceMappingURL=IterableLogLevel.js.map