Class ABufferedLog
Unit
classwork
Declaration
type ABufferedLog = class(ALog)
Description
This class represents a log that will log to a string stream. The class expands upon what it inherits from ALog to automatically construct and assume ownership of an instance of AStringStream, which it uses for output.
Hierarchy
Overview
Methods
|
constructor new; override; |
Description
Methods
|
constructor new; override; |
Construct a new instance of ABufferedLog that will output to a string stream. This method constructs and assumes ownership of an instance of AStringStream which will be used for output.
|
Generated by PasDoc 0.13.0 on 2015-06-23 19:40:11
|