log abstract method

void log(
  1. LogLevel level,
  2. String message,
  3. String tag,
  4. Exception? exception,
)

Implementation

void log(LogLevel level, String message, String tag, Exception? exception);