Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

TelnetAppender Class

Appender that allows clients to connect via Telnet to receive log messages

For a list of all members of this type, see TelnetAppender Members.

System.Object
���log4net.Appender.AppenderSkeleton
������log4net.Appender.TelnetAppender

[Visual�Basic]
Public�Class�TelnetAppender
����Inherits�AppenderSkeleton
[C#]
public�class�TelnetAppender : AppenderSkeleton

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The TelnetAppender accepts socket connections and streams logging messages back to the client. The output is provided in a telnet-friendly way so that a log can be monitored over a TCP/IP socket. This allows simple remote monitoring of application logging.

The default Port is 23 (the telnet port).

Requirements

Namespace: log4net.Appender

Assembly: log4net (in log4net.dll)

See Also

TelnetAppender Members | log4net.Appender Namespace