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.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/LogListener.cs b/Xamarin.Forms.Core/LogListener.cs
index 66777971..a25f3702 100644
--- a/Xamarin.Forms.Core/LogListener.cs
+++ b/Xamarin.Forms.Core/LogListener.cs
@@ -1,5 +1,8 @@
+using System.ComponentModel;
+
namespace Xamarin.Forms.Internals
{
+ [EditorBrowsable(EditorBrowsableState.Never)]
public abstract class LogListener
{
public abstract void Warning(string category, string message);