Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix #217
  • Loading branch information
LiorBanai authored Dec 18, 2024
1 parent ec5bd32 commit 722a1bb
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,24 @@ the available tags to use for parsing are:

```csharp
public enum AnalogyLogMessagePropertyName
{
Date,
ID,
Text,
Category,
Source,
Module,
MethodName,
FileName,
User,
LineNumber,
ProcessId,
Thread,
Level,
Class,
}
{
Date,
Id,
Text,
Source,
MethodName,
FileName,
LineNumber,
Class,
Level,
Module,
MachineName,
ProcessId,
ThreadId,
User,
RawText,
RawTextType,
}
```
which corresponding to AnalogyLogMessage fields

Expand Down

0 comments on commit 722a1bb

Please sign in to comment.