nRF Logger
Toggle table of contents
2.6.0
release
Target filter
release
Switch theme
Search in API
Skip to content
nRF Logger
log
/
no.nordicsemi.android.log
/
LogContract
/
Log
/
Level
Level
class
Level
A helper class that contains predefined static level values:
DEBUG
VERBOSE
INFO
APPLICATION
WARNING
ERROR
Members
Properties
APPLICATION
Link copied to clipboard
val
APPLICATION
:
Int
=
10
Log entries level for applications.
DEBUG
Link copied to clipboard
val
DEBUG
:
Int
=
0
Level used just for debugging purposes.
ERROR
Link copied to clipboard
val
ERROR
:
Int
=
20
Log entries with very high importance, like errors.
INFO
Link copied to clipboard
val
INFO
:
Int
=
5
Default logging level for important entries.
VERBOSE
Link copied to clipboard
val
VERBOSE
:
Int
=
1
Log entries with minor importance.
WARNING
Link copied to clipboard
val
WARNING
:
Int
=
15
Log entries with high importance.
Functions
from
Priority
Link copied to clipboard
open
fun
fromPriority
(
priority
:
Int
)
:
Int
The Log
Level
and
android.util.Log
are not compatible.