Skip to content

Commit d7f0c8d

Browse files
committed
Removed obsolete attributes
1 parent f51f928 commit d7f0c8d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Elmah.Io.NLog/ElmahIoTarget.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public class ElmahIoTarget : AsyncTaskTarget
4949
/// <summary>
5050
/// The API key from the elmah.io UI.
5151
/// </summary>
52-
[RequiredParameter]
5352
public string ApiKey
5453
{
5554
get
@@ -68,7 +67,6 @@ public string ApiKey
6867
/// <summary>
6968
/// The id of the log to send messages to.
7069
/// </summary>
71-
[RequiredParameter]
7270
public string LogId
7371
{
7472
get

0 commit comments

Comments
 (0)