🕹️Methods

Log Events

Success Example

This will be sent with a green success color

log.success('')

Warning Example

This will be sent with a yellow warn color

log.warn('')

Error Example

This will be sent with a red error color

log.error('')

Normal Example

This will be sent without any color

log.send('')

Local Example

This will be printed just in the terminal

log​.console(​''​)

Last updated