ILogInit
type
ILogInit = interface(ILogInitBase) ['{023FDCFB-5862-483E-B35E-AACAFF5FF17F}']
function FileName(
const Value: string): ILogInit;
function Folder(
const Value: string): ILogInit;
function ForceDir(
Value: Boolean): ILogInit;
function AutoFlush(
Value: Boolean): ILogInit;
function MaxSize(
Value: Integer): ILogInit;
function Console(
const Value: IWriter): ILogInit;
function ThreadSafety(
Value: TThreadSafety): ILogInit;
function SleepMS(
Value: Integer): ILogInit;
function TimeoutSec(
Value: Integer): ILogInit;
function EffectiveFileName: string;
end;
Ancestor: ILogInitBase.
Defined in: DSStreams
⏱ Last Modified: Mon 3:43:39 pm