Ejemplo n.º 1
0
 private void FireTest_Click(object sender, RoutedEventArgs e)
 {
     Log.Debug("This is a {0}", "test");
 }
Ejemplo n.º 2
0
        private void FireTestExButton_Click(object sender, RoutedEventArgs e)
        {
            Exception ex = new Exception("This is a test of the exception message.");

            Log.Debug(ex, "This is a {0}", "test");
        }