shouldLog abstract method

bool shouldLog(
  1. LogEntry entry
)

Determine if a log entry should be logged

Implementation

bool shouldLog(LogEntry entry);