🧶
dis-logs
  • 🛰️dis-logs
  • 🔛How To Use
  • ⬇️Instalation
  • 🕹️Methods
Powered by GitBook
On this page
  • Log Events
  • Success Example
  • Warning Example
  • Error Example
  • Normal Example
  • Local Example

Methods

PreviousInstalation

Last updated 1 year ago

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(​''​)

🕹️
Success Log
Warn Log
Error Log
None/Default Log