newSession
Creates new logger session. Must be created before appending log entries. If the nRF Logger application is not installed the method will return null.
Return
The LogSession that can be used to append log entries or nullif nRF Logger is not installed. The null value can be next passed to logging methods.
Parameters
the context (activity, service or application).
the session key, which is used to group sessions.
the human-readable session name.
Creates new logger session. Must be created before appending log entries. If the nRF Logger application is not installed the method will return null.
Return
The LogSession that can be used to append log entries or nullif nRF Logger is not installed. The null value can be next passed to logging methods.
Parameters
the context (activity, service or application).
application profile which will be concatenated to the application name.
the session key, which is used to group sessions.
the human-readable session name.