Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 394 Bytes

kibana.logger.info.md

File metadata and controls

21 lines (13 loc) · 394 Bytes

Home > kibana > Logger > info

Logger.info() method

Signature:

info(message: string, meta?: LogMeta): void;

Parameters

Parameter Type Description
message string
meta LogMeta

Returns:

void