EUC BLE Library
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
EUC BLE Library
EUC BLE Library
/
io.github.tritbool.euc.ble.core
/
Logger
Logger
interface
Logger
(
source
)
Simple logging interface to avoid external dependencies
Inheritors
AndroidLogger
NoOpLogger
Members
Functions
debug
Link copied to clipboard
abstract
fun
debug
(
tag
:
String
,
message
:
String
)
error
Link copied to clipboard
abstract
fun
error
(
tag
:
String
,
message
:
String
)
abstract
fun
error
(
tag
:
String
,
message
:
String
,
throwable
:
Throwable
)
info
Link copied to clipboard
abstract
fun
info
(
tag
:
String
,
message
:
String
)
verbose
Link copied to clipboard
abstract
fun
verbose
(
tag
:
String
,
message
:
String
)
warn
Link copied to clipboard
abstract
fun
warn
(
tag
:
String
,
message
:
String
)