debugLogInfo method

void debugLogInfo(
  1. dynamic e
)

🟣 Logs an info message to the console.

Implementation

void debugLogInfo(e) => this._rec.debugLogInfo(e);