Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Oct 23, 2020
1 parent c929bd3 commit 389848a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<ItemGroup>
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="2.7.5" />
<PackageReference Include="Analogy.LogViewer.Template" Version="1.6.7" />
<PackageReference Include="JetBrains.Annotations" Version="2020.1.0" />
<PackageReference Include="Microsoft.Build.Tasks.Git" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using JetBrains.Annotations;
using Logazmic.Core.Log;

namespace Logazmic.Core.Readers.Parsers
Expand All @@ -9,7 +8,7 @@ public static class LogParserExtensions
/// <summary>
/// Parse LOG4JXml from string and return default LogMessage on exception
/// </summary>
[NotNull]

public static LogMessage TryParseLogEvent(this ILogParser logParser, string logEvent, string defaultLogger)
{
try
Expand Down

0 comments on commit 389848a

Please sign in to comment.