NET Logging Library
Log4ViewUdpTarget Class
Members 



KellermanSoftware.NetLoggingLibrary.Targets Namespace : Log4ViewUdpTarget Class
Log to Log4View Log Viewer via UDP. Defaults to IP Address 127.0.0.1 and Port of 878
Syntax
<XmlIncludeAttribute(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)>
<SerializableAttribute()>
Public Class Log4ViewUdpTarget 
   Inherits UdpTarget
   Implements ICloseConnectionITarget 
Dim instance As Log4ViewUdpTarget
[XmlInclude(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)]
[Serializable()]
public class Log4ViewUdpTarget : UdpTarget, ICloseConnectionITarget  
[XmlInclude(KellermanSoftware.NetLoggingLibrary.Targets.AspTraceTarget)]
[Serializable()]
public ref class Log4ViewUdpTarget : public UdpTarget, 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

Log4ViewUdpTarget Members
KellermanSoftware.NetLoggingLibrary.Targets Namespace