Beispiel #1
0
 public static string FormatInfo(InfoLogEvent e, string dateFormat)
 {
     return(FormatMessage(e, _InfoFormat, dateFormat));
 }
Beispiel #2
0
        public static void PrintInfo(InfoLogEvent e, string dateFormat = DefaultDateFormat)
        {
            var msg = LineLogFormatter.FormatInfo(e, dateFormat);

            WriteLine(msg, LogLevel.Info);
        }