import { LogLevel } from './LogLevel'; import { Instance } from './Instance'; /** @codex-xmi-id 03ece01a-c291-55dd-81e4-0211f43b5e1a */ export declare class LogOptions { id?: number; uuid: string; level: LogLevel; errorLogFile: string; logFile: string; mergeLog: boolean; mergeLogFile?: string; instance: Instance; }