logInfo abstract method

void logInfo(
  1. String message, [
  2. dynamic exception
])

Log unstructured text information for debugging purposes.

Implementation

void logInfo(String message, [dynamic exception]);