@embrace-io/web-sdk
Version:
6 lines • 371 B
text/typescript
import { NoOpLogManager } from "./manager/NoOpLogManager/NoOpLogManager.cjs";
import { ProxyLogManager } from "./manager/ProxyLogManager/ProxyLogManager.cjs";
import { LogManager, LogSeverity } from "./manager/types.cjs";
import "./manager/index.cjs";
import { log } from "./logAPI.cjs";
export { type LogManager, type LogSeverity, NoOpLogManager, ProxyLogManager, log };