now accepts third party debug function
This commit is contained in:
3
dist/index.d.ts
vendored
3
dist/index.d.ts
vendored
@@ -1,9 +1,10 @@
|
||||
export declare class SmartDebug {
|
||||
debugLogFunction: any;
|
||||
private debugEnabled;
|
||||
/**
|
||||
* enables debugging output
|
||||
*/
|
||||
enableDebugging(): void;
|
||||
enableDebugging(debugLogFunction?: any): void;
|
||||
/**
|
||||
* logs a message based on the contraints of the SmartDebug instance
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user