Record TLogNonDisk

Hierarchy
Methods
Properties

Unit

Declaration

type TLogNonDisk = record

Description

Record for logging non-disk operations.

Overview

Fields

Public Count: Integer;
Public Filename: String;
Public LogToDisk: Boolean;
Public Tag: String;

Description

Fields

Public Count: Integer;

Number of log entries.

Public Filename: String;

Name of the log file.

Public LogToDisk: Boolean;

Flag indicating if logs should be written to disk.

Public Tag: String;

Identifier for the log entry.


Generated by PasDoc 0.16.0-snapshot.