Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
automation-sdk
/
org.tribot.automation
/
EchoPluginLogger
Echo
Plugin
Logger
interface
EchoPluginLogger
Logger provided to plugins for writing to the Echo GUI log panel.
Members
Functions
debug
Link copied to clipboard
abstract
fun
debug
(
message
:
String
)
error
Link copied to clipboard
abstract
fun
error
(
message
:
String
)
info
Link copied to clipboard
abstract
fun
info
(
message
:
String
)
warn
Link copied to clipboard
abstract
fun
warn
(
message
:
String
)