Update LoggerClient.cs
This commit is contained in:
parent
7c1ff06fa5
commit
40e8632a77
1 changed files with 2 additions and 1 deletions
|
|
@ -308,6 +308,7 @@ public sealed class LoggerClient : ILogger
|
|||
{
|
||||
for (int i = 0; i < blacklist.Length; i++)
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(blacklist[i]))
|
||||
Blacklist.Add(blacklist[i]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue