HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/travelogue/node_modules/ol/console.d.ts
/**
 * Set the logging level.  By default, the level is set to 'info' and all
 * messages will be logged.  Set to 'warn' to only display warnings and errors.
 * Set to 'error' to only display errors.  Set to 'none' to silence all messages.
 *
 * @param {Level} l The new level.
 */
export function setLevel(l: Level): void;
/**
 * @param  {...any} args Arguments to log
 */
export function log(...args: any[]): void;
/**
 * @param  {...any} args Arguments to log
 */
export function warn(...args: any[]): void;
/**
 * @param  {...any} args Arguments to log
 */
export function error(...args: any[]): void;
export type Level = "info" | "warn" | "error" | "none";
//# sourceMappingURL=console.d.ts.map