@embrace-io/web-sdk
Version:
4 lines • 363 B
TypeScript
import { NoOpLogManager } from "./NoOpLogManager/NoOpLogManager.js";
import { ProxyLogManager } from "./ProxyLogManager/ProxyLogManager.js";
import { LogExceptionOptions, LogManager, LogMessageOptions, LogSeverity } from "./types.js";
export { type LogExceptionOptions, type LogManager, type LogMessageOptions, type LogSeverity, NoOpLogManager, ProxyLogManager };