Class TLoggerNode
Unit
X3DNodes
Declaration
type TLoggerNode = class(TAbstractChildNode)
Description
X3D events logging. See http://castle-engine.sourceforge.net/x3d_extensions.php#section_ext_logger .
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
destructor Destroy; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdLevel: TSFInt32 read FFdLevel; |
|
 |
property FdLogFile: TSFString read FFdLogFile; |
|
 |
property FdEnabled: TSFBool read FFdEnabled; |
|
 |
property Level: Integer read GetLevel write SetLevel; |
|
 |
property LogFile: string read GetLogFile write SetLogFile; |
|
 |
property Enabled: boolean read GetEnabled write SetEnabled; |
|
Generated by PasDoc 0.15.0.
|