😯
AstridLogger
  • What is AstridLogger?
  • Guides
    • Creating your first log
    • Advanced configuration
  • Use Cases
    • Error notifications
Powered by GitBook
On this page
  • Import and initialize
  • Sending a success message
  1. Guides

Creating your first log

PreviousWhat is AstridLogger?NextAdvanced configuration

Last updated 3 years ago

FYI: Everything in AstridLogger is customizable, but don't get discouraged! Here is how you can use AstridLogger in the most simple way possible.

Import and initialize

To get started, you first have to import AstridLogger and then initialize it.

Now you should have an instance of AstridLogger all ready to go :)

Sending a success message

You can use this same API to send other types of logs as well, such as an error log or a debug log.

Importing AstridLogger
Creating a success log