sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
picker-app
/
androidx.picker.common.log
Package-level
declarations
Types
Functions
Properties
Types
Log
Tag
Link copied to clipboard
interface
LogTag
Provides a log tag to use for logging messages.
Properties
IS_
DEBUG_
DEVICE
Link copied to clipboard
val
IS_DEBUG_DEVICE
:
Boolean
PREFIX
Link copied to clipboard
const
val
PREFIX
:
String
Functions
debug
Link copied to clipboard
fun
LogTag
.
debug
(
msg
:
String
)
fun
LogTag
.
debug
(
e
:
Throwable
,
enforcePrintStackTrace
:
Boolean
=
false
)
error
Link copied to clipboard
fun
LogTag
.
error
(
msg
:
String
)
info
Link copied to clipboard
fun
LogTag
.
info
(
msg
:
String
)
verbose
Link copied to clipboard
fun
LogTag
.
verbose
(
msg
:
String
)
warn
Link copied to clipboard
fun
LogTag
.
warn
(
msg
:
String
)