コード例 #1
0
 private static void Logger_LogPublished(Logging.LogPublisher.Publisher publisher, bool result)
 {
     Console.WriteLine("Log published! Publish result: " + result.ToString());
 }
コード例 #2
0
        private static void Logger_LogPublishing(Logging.LogPublisher.Publisher publisher)
        {
            publisher.Message += " I'm manipulating log message!";

            Console.WriteLine(publisher.Message);
        }