| Interface | Description |
|---|---|
| ILogSession | |
| LogContract.ApplicationColumns | |
| LogContract.LogColumns | |
| LogContract.SessionColumns |
| Class | Description |
|---|---|
| LocalLogSession |
If the nRF Logger application is not installed on the phone/tablet application may still use
the logger functionality with it's own provider.
|
| LogContract |
The log contract is used to write and read the log entries into the database.
|
| LogContract.Application | |
| LogContract.Log | |
| LogContract.Log.Level |
A helper class that contains predefined static level values:
LogContract.Log.Level.DEBUG
LogContract.Log.Level.VERBOSE
LogContract.Log.Level.INFO
LogContract.Log.Level.APPLICATION
LogContract.Log.Level.WARNING
LogContract.Log.Level.ERROR
|
| LogContract.Session | |
| LogContract.Session.Content | |
| Logger |
Logger helper class.
|
| LogSession |
The log session.
|