TaskShark
Toggle table of contents
0.3-SNAPSHOT
Select version
0.3-SNAPSHOT
0.2.2
0.2.1
0.2-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
TaskShark
taskshark
/
io.github.gearup12499.taskshark.api
/
LogOutlet
Log
Outlet
abstract
class
LogOutlet
Inheritors
DefaultLogOutlet
Members
Constructors
Log
Outlet
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Default
Log
Outlet
Link copied to clipboard
class
DefaultLogOutlet
:
LogOutlet
Level
Link copied to clipboard
enum
Level
:
Enum
<
LogOutlet.Level
>
Properties
level
Link copied to clipboard
abstract
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
abstract
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
)