Class TLoggerNode

Unit

Declaration

type TLoggerNode = class(TAbstractChildNode)

Description

X3D events logging. See https://castle-engine.io/x3d_extensions.php#section_ext_logger .

Hierarchy

Overview

Methods

Public constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override;
Public destructor Destroy; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

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

Description

Methods

Public constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override;
 
Public destructor Destroy; override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdLevel: TSFInt32 read FFdLevel;

Internal wrapper for property Level. This wrapper API may change, we advise to access simpler Level instead.

Public property Level: Integer read GetLevel write SetLevel;
 
Public property FdLogFile: TSFString read FFdLogFile;

Internal wrapper for property LogFile. This wrapper API may change, we advise to access simpler LogFile instead.

Public property LogFile: String read GetLogFile write SetLogFile;
 
Public property FdEnabled: TSFBool read FFdEnabled;

Internal wrapper for property Enabled. This wrapper API may change, we advise to access simpler Enabled instead.

Public property Enabled: Boolean read GetEnabled write SetEnabled;
 
Public property EventWrite: TXFAnyEvent read FEventWrite;
 

Generated by PasDoc 0.16.0.