long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-executor-api
/
org.artofdev.tasks.taskExecutor
/
TaskExecutorMonitorApi
/
ErrorReporter
Error
Reporter
class
ErrorReporter
(
monitorApi
:
TaskExecutorMonitorApi
)
Members
Constructors
Error
Reporter
Link copied to clipboard
constructor
(
monitorApi
:
TaskExecutorMonitorApi
)
Functions
error
Link copied to clipboard
fun
error
(
message
:
String
,
code
:
String
?
=
null
)
fatal
Link copied to clipboard
fun
fatal
(
message
:
String
,
code
:
String
?
=
null
)
warn
Link copied to clipboard
fun
warn
(
message
:
String
,
code
:
String
?
=
null
)