I am trying to do something like: ``` LOG(foo == bar ? warning : error) << "this can be a warning or an error"; ``` Is this possible with fairlogger (without an `if`/`else` and 2 `LOG` statements? Or would it make sense to extend the API to support such a case?