Class AConsoleLog

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Public constructor toStdOut; virtual;
Public constructor toStdErr; virtual;

Description

Methods

Public 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.

Public 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-01-10 17:13:18