NET Logging Library
UdpTarget Class
Members 



KellermanSoftware.NetLoggingLibrary.Targets Namespace : UdpTarget Class
Log to a UDP target
Syntax
<XmlIncludeAttribute(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)>
<SerializableAttribute()>
Public Class UdpTarget 
   Inherits BaseTarget
   Implements ICloseConnectionITarget 
Dim instance As UdpTarget
[XmlInclude(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)]
[Serializable()]
public class UdpTarget : BaseTarget, ICloseConnectionITarget  
[XmlInclude(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)]
[Serializable()]
public ref class UdpTarget : public BaseTarget, ICloseConnectionITarget  
Inheritance Hierarchy

System.Object
   KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget
      KellermanSoftware.NetLoggingLibrary.Targets.UdpTarget
         KellermanSoftware.NetLoggingLibrary.Targets.Log4ViewUdpTarget

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UdpTarget Members
KellermanSoftware.NetLoggingLibrary.Targets Namespace