summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/LogListener.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/LogListener.cs')
-rw-r--r--Xamarin.Forms.Core/LogListener.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/LogListener.cs b/Xamarin.Forms.Core/LogListener.cs
new file mode 100644
index 00000000..78222565
--- /dev/null
+++ b/Xamarin.Forms.Core/LogListener.cs
@@ -0,0 +1,7 @@
+namespace Xamarin.Forms
+{
+ internal abstract class LogListener
+ {
+ public abstract void Warning(string category, string message);
+ }
+} \ No newline at end of file