info(msg, scope, params): void
Defined in: src/common/web/core/logging/Logging.ts:33
Logs an info message.
Parameters
msg
string
The text to log.
scope
string = ""
The scope of the entry.
params
Record<string, any> = {}
Any additional parameters.
Returns
void