Class TLogEvent

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TLogEvent = class(TIrrlichtEvent)

Description

Any kind of log event.

Hierarchy

Overview

Methods

Public constructor Create(const NText: AnsiString; NLevel: TLogLevel);

Properties

Public property LogLevel: TLogLevel read FLevel;
Public property Text: AnsiString read FText;

Description

Methods

Public constructor Create(const NText: AnsiString; NLevel: TLogLevel);

Constructor. You'll have to call this manually if you want to Post() an event.

Parameters
NText
See Text.
NLevel
See LogLevel.

Properties

Public property LogLevel: TLogLevel read FLevel;

Log level in which the text has been logged.

Public property Text: AnsiString read FText;

The text which has been logged. Note that this is property provides an AnsiString, not a StringType string.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22