Searched defs:debug (Results 1 – 7 of 7) sorted by relevance
29 static debug(message: string, ...arguments: any[]): void; method in console
21 static debug(message: string): void; method in console
56 function debug(domain: number, tag: string, format: string, ...args: any[]): void; function
69 static debug(message: string, ...arguments: any[]): void; method in console
53 public void debug(String tag, String message) { in debug() method in LoggerImpl
76 public abstract void debug(String tag, String message); in debug() method in Logger
318 readonly debug: boolean; property