TelnetAppender SocketHandler Send Method Apache log4net™ SDK Documentation
Sends a string message to each of the connected clients

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public void Send(
	string message
)
Remarks

Sends a string message to each of the connected clients

See Also