shouldLog abstract method

bool shouldLog(
  1. LogEvent event
)

Indicates if an event type should be logged. Return true to allow logging, otherwise, false.

Implementation

bool shouldLog(LogEvent event);