Check if this level should be logged based on the minimum level
bool shouldLog(LogLevel minLevel) { return value >= minLevel.value; }