🕹️Methods

Log Events

Success Example

This will be sent with a green success color

log.success('')
Success Log

Warning Example

This will be sent with a yellow warn color

log.warn('')
Warn Log

Error Example

This will be sent with a red error color

log.error('')
Error Log

Normal Example

This will be sent without any color

log.send('')
None/Default Log

Local Example

This will be printed just in the terminal

log​.console(​''​)

Last updated