@ -4,7 +4,7 @@ import { listen, UnlistenFn } from "@tauri-apps/api/event";
export type LogOptions = {
file?: string;
line?: number;
extras: Record<string, string | undefined>;
extras?: Record<string, string | undefined>;
};
enum LogLevel {