ConsoleLogs
Success
This documentation page includes all the elements from the module ConsoleLogs.
EffLogMessage
Logs a message with the given log level.
(print|send|log) %strings% with [the|a] severity [of] fatal to [the] console
(print|send|log) %strings% with [the|a] severity [of] error to [the] console
(print|send|log) %strings% with [the|a] severity [of] warn[ing] to [the] console
(print|send|log) %strings% with [the|a] severity [of] info[rmation] to [the] console
(print|send|log) %strings% with [the|a] severity [of] debug to [the] console
(print|send|log) %strings% with [the|a] severity [of] trace to [the] console
Log Event
By using the log event, you can use this (alongside the required expression) to send console log messages to discord!
Logged Message
This expressions returns the logged message (in chunks, to prevent rate limiting). This cannot be set or deleted.
Last Logged Message
This returns the latest logged message that was sent in console. May not always be accurate This cannot be used inside the on log event.
Log Level
This returns the log level of a logged message in an on log event.
Log Level Types
This is the types of log levels that are valid.