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; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdLevel: TSFInt32 read FFdLevel; |
Internal wrapper for property Level. This wrapper API may change, we advise to access simpler Level instead. |
![]() |
property Level: Integer read GetLevel write SetLevel; |
![]() |
property FdLogFile: TSFString read FFdLogFile; |
Internal wrapper for property LogFile. This wrapper API may change, we advise to access simpler LogFile instead. |
![]() |
property LogFile: String read GetLogFile write SetLogFile; |
![]() |
property FdEnabled: TSFBool read FFdEnabled; |
Internal wrapper for property Enabled. This wrapper API may change, we advise to access simpler Enabled instead. |
![]() |
property Enabled: Boolean read GetEnabled write SetEnabled; |
![]() |
property EventWrite: TXFAnyEvent read FEventWrite; |
Generated by PasDoc 0.16.0.