Indy 9
|
TIdLogStream = class(TIdLogBase)
TIdLogStream implements InputStream and OutputStream properties used as the targets for incoming and outgoing data from the logging class instance. TIdLogStream provides overridden protected methods that implement passing incoming and outgoing data to the assigned InputStream and OutputStream properties.
TIdLogStream also specifies an overriden protected method that writes status messages for logging send and receive operations using the logging class instance. It is an empty implementation. Descendant classes shoulf reimplement the method to specify the destination for status messages.
property InputStream: TStream;
property OutputStream: TStream;