예제 #1
0
        string FormatEntry(LogEntry entry)
        {
            entry.CollectIntrinsicProperties();
            string formattedMessage = Formatter.Format(entry);

            return(formattedMessage);
        }
예제 #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;
        }