Description | Hierarchy | Fields | Methods | Properties |
type TLogEvent = class(TIrrlichtEvent)
Any kind of log event.
![]() |
constructor Create(const NText: AnsiString; NLevel: TLogLevel); |
![]() |
property LogLevel: TLogLevel read FLevel; |
![]() |
property Text: AnsiString read FText; |
![]() |
constructor Create(const NText: AnsiString; NLevel: TLogLevel); |
Constructor. You'll have to call this manually if you want to Post() an event. Parameters |
![]() |
property LogLevel: TLogLevel read FLevel; |
Log level in which the text has been logged. |
![]() |
property Text: AnsiString read FText; |
The |