Properties

Properties

format: LogFormat
level:
    | "info"
    | "error"
    | "disable"
    | "warn"
    | "debug"
onLog: ((props: {
    id: string;
    level: string;
    message: any[];
    timestamp: string;
}) => void)