Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-11-21 17:46:21 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-11-21 17:47:46 +0400
commit88f139eaa6ece353bad2d7e504a8efe2dfc809f4 (patch)
tree568bd17bd6724c06d3ec236a39436ef3124f137e /BookmarkAssistantController.cs
parentc8ed30fa822ef6bc2f489b539a5ffb9f64ad30f7 (diff)
[macdoc] The modern man writes its own logger
Diffstat (limited to 'BookmarkAssistantController.cs')
-rw-r--r--BookmarkAssistantController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BookmarkAssistantController.cs b/BookmarkAssistantController.cs
index 4baaa05..86ba6d3 100644
--- a/BookmarkAssistantController.cs
+++ b/BookmarkAssistantController.cs
@@ -32,7 +32,7 @@ namespace macdoc
{
var entry = entries[row];
AppDelegate.BookmarkManager.DeleteBookmark (entry);
- Console.WriteLine ("Removed entry {0}", entry.Name);
+ Logger.Log ("Removed entry {0}", entry.Name);
View.TableView.ReloadData ();
}