private void WriteEntry(LoggingAction action, List <LogAttribute> attributes)
        {
            var msg = FormatProvider.FormatLogEntry(
                LoggingAction.Entry,
                attributes
                ).ToString();

            WriteLine(msg);
        }