Browse Source

Update LogArea.cs

pull/14768/head
Max Katz 2 years ago
committed by GitHub
parent
commit
3e51397884
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/Avalonia.Base/Logging/LogArea.cs

2
src/Avalonia.Base/Logging/LogArea.cs

@ -78,6 +78,6 @@ namespace Avalonia.Logging
/// <summary>
/// The log event comes from Browser Platform
/// </summary>
public static string BrowserPlatform => nameof(BrowserPlatform);
public const string BrowserPlatform = nameof(BrowserPlatform);
}
}

Loading…
Cancel
Save