Skip to content

Commit 7b15391

Browse files
committed
Fixex #209: NLog - Ability to add fields from Code
1 parent 6dcd8ef commit 7b15391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Platforms/Exceptionless.NLog/ExceptionlessTarget.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class ExceptionlessTarget : TargetWithLayout {
1313
public string ServerUrl { get; set; }
1414

1515
[ArrayParameter(typeof(ExceptionlessField), "field")]
16-
public IList<ExceptionlessField> Fields { get; private set; }
16+
public IList<ExceptionlessField> Fields { get; set; }
1717

1818
public ExceptionlessTarget() {
1919
Fields = new List<ExceptionlessField>();

0 commit comments

Comments
 (0)