Exemplo n.º 1
0
        string FormatEntry(LogEntry entry)
        {
            entry.CollectIntrinsicProperties();
            string formattedMessage = Formatter.Format(entry);

            return(formattedMessage);
        }
Exemplo n.º 2
0
        string FormatEntry(LogEntry entry)
        {
            // Initialize all intrinsic properties
            entry.CollectIntrinsicProperties();

            string formattedMessage = Formatter.Format(entry);

            return(formattedMessage);
        }
        string FormatEntry(LogEntry entry)
        {
            // Initialize all intrinsic properties
            entry.CollectIntrinsicProperties();

            string formattedMessage = Formatter.Format(entry);

            return formattedMessage;
        }