@archon-inc/sdk
Version:
Integrate easily to our government platform using this SDK. More info on https://archon.inc/sdk
8 lines • 330 B
TypeScript
import { LogOptions } from "../types/logging.js";
/**
* Log an error that occurs in your application.
* @param error The error that occurred.
* @param options Options to include with the log message.
*/
export default function logError(error: Error, options?: LogOptions): Promise<void>;
//# sourceMappingURL=logError.d.ts.map