The console object is used to log messages for debugging purposes.

Hierarchy

  • InfigoConsole

Methods

Methods

  • Logs a message for debugging purposes. On the browser this will show up in the console (simialr to console.log). On the server side and output creation this will show up in the log file.

    Parameters

    • message: string | object

      The message to log. Can be a string or an object.

    Returns void

Generated using TypeDoc