diff --git a/ts/smartlog.classes.smartlog.ts b/ts/smartlog.classes.smartlog.ts index e3f9ae0..61bfe45 100644 --- a/ts/smartlog.classes.smartlog.ts +++ b/ts/smartlog.classes.smartlog.ts @@ -34,7 +34,7 @@ export class Smartlog implements plugins.smartlogInterfaces.ILogDestination { /** * enables console logging */ - public enableConsole(optionsArg?: { captureAll: boolean }) { + public enableConsole(optionsArg?: { }) { this.consoleEnabled = true; }