shouldLog abstract method

bool shouldLog(
  1. LogEvent event
)

check if should log a specific log event

Implementation

bool shouldLog(LogEvent event);