Class TLoggerNode
Unit
Declaration
type TLoggerNode = class(TAbstractChildNode)
Description
X3D events logging. See https://castle-engine.io/x3d_extensions.php#section_ext_logger .
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TLoggerNode
Overview
Methods
![]() |
constructor Create(const AX3DName: string = ''; const ABaseUrl: String = ''); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: String; override; |
Properties
![]() |
property FdLevel: TSFInt32 read FFdLevel; |
![]() |
property Level: Integer read GetLevel write SetLevel; |
![]() |
property FdLogFile: TSFString read FFdLogFile; |
![]() |
property LogFile: String read GetLogFile write SetLogFile; |
![]() |
property FdEnabled: TSFBool read FFdEnabled; |
![]() |
property Enabled: Boolean read GetEnabled write SetEnabled; |
![]() |
property EventWrite: TXFAnyEvent read FEventWrite; |
Description
Methods
![]() |
constructor Create(const AX3DName: string = ''; const ABaseUrl: String = ''); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure CreateNode; override; |
Create node fields and events. |
![]() |
class function ClassX3DType: String; override; |
Properties
![]() |
property FdLevel: TSFInt32 read FFdLevel; |
Internal wrapper for property |
![]() |
property Level: Integer read GetLevel write SetLevel; |
![]() |
property FdLogFile: TSFString read FFdLogFile; |
Internal wrapper for property |
![]() |
property LogFile: String read GetLogFile write SetLogFile; |
![]() |
property FdEnabled: TSFBool read FFdEnabled; |
Internal wrapper for property |
![]() |
property Enabled: Boolean read GetEnabled write SetEnabled; |
![]() |
property EventWrite: TXFAnyEvent read FEventWrite; |
Generated by PasDoc 0.16.0.