Welcome to the Caido.io SDK! This SDK provides a simple way to interact with the Caido.io platform from your TypeScript or JavaScript code.
The Console interface allows you to log messages at different levels:
debug(message: any): Log a debug message. This is useful for detailed information that is only needed when debugging issues.log(message: any): Log a general informational message.