Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
script-sdk
/
org.tribot.script.sdk
/
Log
Log
open
class
Log
Contains methods for logging
Members
Constructors
Log
Link copied to clipboard
constructor
(
)
Functions
alert
Link copied to clipboard
open
fun
alert
(
msg
:
Any
)
Logs the specified message with the log level alert
debug
Link copied to clipboard
open
fun
debug
(
msg
:
Any
)
Logs the specified message with the log level debug
error
Link copied to clipboard
open
fun
error
(
msg
:
Any
)
Logs the specified message with the log level error
open
fun
error
(
msg
:
Any
,
throwable
:
Throwable
)
Logs the specified message and throwable with the log level error
info
Link copied to clipboard
open
fun
info
(
msg
:
Any
)
Logs the specified message with the log level info
log
Link copied to clipboard
open
fun
log
(
msg
:
Any
)
Prints the message to the client debug
trace
Link copied to clipboard
open
fun
trace
(
msg
:
Any
)
Logs the specified message with the log level trace
warn
Link copied to clipboard
open
fun
warn
(
msg
:
Any
)
Logs the specified message with the log level warn