logInfo() function

logInfo() function

Log a message at INFO level. Depending on configuration might be forwarded to backend and logged to stdout or sent to Sentry

Signature

  1. export declare function logInfo(message: string, contexts?: Contexts): void;

Import

  1. import { logInfo } from '@grafana/runtime';

Parameters

ParameterTypeDescription
messagestring
contextsContexts

Returns:

void