logDebug() function
logDebug() function
Log a message at DEBUG level. Depending on configuration might be forwarded to backend and logged to stdout or sent to Sentry
Signature
export declare function logDebug(message: string, contexts?: Contexts): void;
Import
import { logDebug } from '@grafana/runtime';
Parameters
Parameter | Type | Description |
---|---|---|
message | string | |
contexts | Contexts |
Returns:
void