log
Adds the log entry to nRF Logger log. If the parameter session is null it will exit immediately.
Parameters
the session created using newSession
the message to be logged.
Adds the log entry to nRF Logger log. If the parameter session is null it will exit immediately.
Parameters
the session created using newSession
the log message resource id.
additional (optional) parameters used to fill the message.
Inserts an array of log entries in a bulk insert operation. The entry timestamp will be overwritten by the bulk operation time if used with nRF Logger 1.5 or older.
Parameters
the session created using newSession.
an array of values obtained using logEntry method.
Inserts a list of log entries in a bulk insert operation. The entry timestamp will be overwritten by the bulk operation time if used with nRF Logger 1.5 or older.
Parameters
the session created using newSession.
a list of values obtained using logEntry method.