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
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
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).
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll)
TelnetAppender Members | log4net.Appender Namespace