TaskShark
Toggle table of contents
0.2.1
Select version
0.3-SNAPSHOT
0.2.2
0.2.1
0.2-SNAPSHOT
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
TaskShark
taskshark_android
/
io.github.gearup12499.taskshark_android
/
LogcatOutlet
Logcat
Outlet
class
LogcatOutlet
:
LogOutlet
Members
Constructors
Logcat
Outlet
Link copied to clipboard
constructor
(
)
Properties
level
Link copied to clipboard
open
override
var
level
:
LogOutlet.Level
Functions
debug
Link copied to clipboard
inline
fun
debug
(
provider
:
(
)
->
String
)
open
fun
debug
(
message
:
String
)
error
Link copied to clipboard
inline
fun
error
(
provider
:
(
)
->
String
)
open
fun
error
(
message
:
String
)
open
fun
error
(
ex
:
Throwable
)
inline
fun
error
(
ex
:
Throwable
,
provider
:
(
)
->
String
)
open
fun
error
(
ex
:
Throwable
,
message
:
String
)
info
Link copied to clipboard
inline
fun
info
(
provider
:
(
)
->
String
)
open
fun
info
(
message
:
String
)
internal
Log
Link copied to clipboard
open
override
fun
internalLog
(
message
:
String
?
,
ex
:
Throwable
?
,
level
:
LogOutlet.Level
)
log
Link copied to clipboard
fun
log
(
level
:
LogOutlet.Level
,
ex
:
Throwable
?
,
message
:
String
?
)
log
Deferred
Link copied to clipboard
inline
fun
logDeferred
(
level
:
LogOutlet.Level
,
ex
:
Throwable
?
,
message
:
(
)
->
String
)
trace
Link copied to clipboard
inline
fun
trace
(
provider
:
(
)
->
String
)
open
fun
trace
(
message
:
String
)
warn
Link copied to clipboard
inline
fun
warn
(
provider
:
(
)
->
String
)
open
fun
warn
(
message
:
String
)