TDebugOptions: {
    filePath?: string;
    isDebugEnabled: boolean;
    isWriteToFileEnabled: boolean;
}

Type declaration

  • Optional filePath?: string
  • isDebugEnabled: boolean
  • isWriteToFileEnabled: boolean