Authentication
To enable Logs, you need to associate it with your ByteHide account.
Add your project token to Log
Log.SetProjectToken("your-project-token");
If you haven't obtained your PROJECT TOKEN yet, please retrieve it from the ByteHide panel before proceeding.
Your project token is a sensitive data, we recommend you to use a secret manager like ByteHide Secrets, so that you do not include this data in your configurations, or files directly.