@boost/logNamespacesformatsOn this pageformats Index FunctionsconsoledebugjsonmessageFunctions consoleconsole(item: LogItem): stringFormat the item as if it's being logged to console. Only inclues the label and message.debugdebug(item: LogItem): stringFormat the item into a human-readable message with all item fields included. This is the default format for most transports.jsonjson(item: LogItem): stringFormat the entire item into JSON.messagemessage(item: LogItem): stringFormat the item using only the message.
Format the item as if it's being logged to
console
. Only inclues the label and message.