* Return whether the current logging configuration includes messages of * the given level for the given filename. * This is normally called by LOG(). * @warning * fileName must be a string literal! * @param level * The log level to query. * @param fileName * This should be a string literal, probably __FILE__, since the result of * this call will be cached based on the