toggle menu
sipservice
2.14.0
main
switch theme
search in API
sipservice
/
net.gotev.sipservice
/
Logger
/
LoggerDelegate
Logger
Delegate
interface
LoggerDelegate
Inheritors
DefaultLoggerDelegate
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
,
exception
:
Throwable
)
info
Link copied to clipboard
abstract
fun
info
(
tag
:
String
,
message
:
String
)
warning
Link copied to clipboard
abstract
fun
warning
(
tag
:
String
,
message
:
String
)