public void Error(string category, string message)
        {
            if (!_level.HasFlag(LogLevel.Error))
            {
                return;