Class TBrookLoggerLevels

Unit

Declaration

type TBrookLoggerLevels = class(TPersistent)

Description

Class that retains the log levels.

Hierarchy

Overview

Methods

Public constructor Create; virtual;
Public procedure Assign(ASource: TPersistent); override;

Properties

Published property Info: string read FInfo write FInfo stored IsInfoStored;
Published property Hint: string read FHint write FHint stored IsHintStored;
Published property Warn: string read FWarn write FWarn stored IsWarnStored;
Published property Debug: string read FDebug write FDebug stored IsDebugStored;
Published property Error: string read FError write FError stored IsErrorStored;

Description

Methods

Public constructor Create; virtual;

Creates an instance of TBrookLoggerLevels.

Public procedure Assign(ASource: TPersistent); override;

Copies the properties of the source levels.

Parameters
ASource[in]
Levels source to be copied.

Properties

Published property Info: string read FInfo write FInfo stored IsInfoStored;

Level message for information log.

Published property Hint: string read FHint write FHint stored IsHintStored;

Level message for hint log.

Published property Warn: string read FWarn write FWarn stored IsWarnStored;

Level message for warning log.

Published property Debug: string read FDebug write FDebug stored IsDebugStored;

Level message for debug log.

Published property Error: string read FError write FError stored IsErrorStored;

Level message for error log.


Generated by PasDoc 0.16.0.