LogLevel enum
Logger method to which profiling output is dispatched. Each value is the literal name of the corresponding ILogger method, so the level is used as a property lookup on the logger.
Signature:
export declare enum LogLevel
Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
ERROR |
|
Dispatches to ILogger.error(). |
|
INFO |
|
Dispatches to ILogger.info(). This is the default level. |
|
LOG |
|
Dispatches to ILogger.log(). |
|
WARN |
|
Dispatches to ILogger.warn(). |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.