Creating your first log
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.
Last updated