Class AConsoleLog
Unit
classwork
Declaration
type AConsoleLog = class(ALog)
Description
This class represents a log that will log to either stdout or stderr . The two constructors provided by the class will construct the appropriate instance of AStandardOutputStream or AStandardErrorStream to use for output.
Hierarchy
Overview
Methods
Description
Methods
|
constructor toStdOut; virtual; |
Construct a new instance of AConsoleLog that will output to stdout . This method constructs and assumes ownership of an instance of AStandardOutputStream which will be used for output.
|
|
constructor toStdErr; virtual; |
Construct a new instance of AConsoleLog that will output to stderr . This method constructs and assumes ownership of an instance of AStandardErrorStream which will be used for output.
|
Generated by PasDoc 0.13.0 on 2015-06-23 19:40:11
|