Max Katz
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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); |
|
|
|
} |
|
|
|
} |
|
|
|
|