Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Enabled NLogViewerTarget and ChainsawTarget for Windows Phone
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalski committed Jan 10, 2011
1 parent cdd147d commit 5916770
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions src/NLog/Targets/ChainsawTarget.cs
Expand Up @@ -31,8 +31,6 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//

#if !WINDOWS_PHONE

namespace NLog.Targets
{
/// <summary>
Expand Down Expand Up @@ -72,5 +70,3 @@ public ChainsawTarget()
}
}
}

#endif
4 changes: 0 additions & 4 deletions src/NLog/Targets/NLogViewerTarget.cs
Expand Up @@ -31,8 +31,6 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//

#if !WINDOWS_PHONE

namespace NLog.Targets
{
using System.Collections.Generic;
Expand Down Expand Up @@ -173,5 +171,3 @@ protected new Log4JXmlEventLayout Layout
}
}
}

#endif
4 changes: 0 additions & 4 deletions src/NLog/Targets/NetworkTarget.cs
Expand Up @@ -31,8 +31,6 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//

#if !WINDOWS_PHONE

namespace NLog.Targets
{
using System;
Expand Down Expand Up @@ -422,5 +420,3 @@ private void ChunkedSend(NetworkSender sender, byte[] buffer, AsyncContinuation
}
}
}

#endif
3 changes: 0 additions & 3 deletions src/NLog/Targets/NetworkTargetOverflowAction.cs
Expand Up @@ -31,8 +31,6 @@
// THE POSSIBILITY OF SUCH DAMAGE.
//

#if !WINDOWS_PHONE

namespace NLog.Targets
{
/// <summary>
Expand All @@ -57,4 +55,3 @@ public enum NetworkTargetOverflowAction
}
}

#endif

0 comments on commit 5916770

Please sign in to comment.