shouldLog abstract method

bool shouldLog(
  1. LogEntry entry
)

Determines if a log entry should be emitted based on sampling rules.

Implementation

bool shouldLog(LogEntry entry);