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;

Create node fields and events.

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, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

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, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

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, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

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

Generated by PasDoc 0.16.0.