Internet Direct (Indy) Version 9.0.2 Beta
TIdLogBase.Create
Constructor for the object instance.

constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Owner of the object instance.

Description
Create is the overridfen constructor for the object instance. Create relies on the inherited Create constructor, and sets the default values of LogTime (True) and ReplaceCRLF (True).

Note: Applications should not create instances of TIdLogBase. Create a TIdLogBase descendant, like TIdLogDebug, that implements the abstract methods for writing and storing messages to the desired destination.