Class TLoggerNode

Unit

Declaration

type TLoggerNode = class(TAbstractChildNode)

Description

X3D events logging. See http://castle-engine.sourceforge.net/x3d_extensions.php#section_ext_logger .

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public destructor Destroy; override;
Public class function ClassX3DType: string; override;
Public class function URNMatching(const URN: string): boolean; override;

Properties

Public property FdLevel: TSFInt32 read FFdLevel;
Public property FdLogFile: TSFString read FFdLogFile;
Public property FdEnabled: TSFBool read FFdEnabled;
Public property EventWrite: TXFAnyEvent read FEventWrite;
Public property Level: Integer read GetLevel write SetLevel;
Public property LogFile: string read GetLogFile write SetLogFile;
Public property Enabled: boolean read GetEnabled write SetEnabled;

Description

Methods

Public procedure CreateNode; override;
 
Public destructor Destroy; override;
 
Public class function ClassX3DType: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 

Properties

Public property FdLevel: TSFInt32 read FFdLevel;
 
Public property FdLogFile: TSFString read FFdLogFile;
 
Public property FdEnabled: TSFBool read FFdEnabled;
 
Public property EventWrite: TXFAnyEvent read FEventWrite;
 
Public property Level: Integer read GetLevel write SetLevel;
 
Public property LogFile: string read GetLogFile write SetLogFile;
 
Public property Enabled: boolean read GetEnabled write SetEnabled;
 

Generated by PasDoc 0.15.0.