Creating your first log

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.

Importing AstridLogger

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

Sending a success message

Creating a success log

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

Last updated