instantreality 1.0

Component:
EventUtilities
Status:
fully implemented
Structure type:
concrete
Standard:
Avalon

Logger

This node allows the log events that get sent to its "write" inslot. When you specify a file name in the "logFile" field, the logging information is written to a file, otherwise it is written to the console. The amount of logging information is controlled by the "level" exposed field.

Inheritance

Code

XML encoding
<Logger level='1'
logFile=''
enabled='TRUE'
logFeature=''
 />
Classic encoding
Logger {
	level 1
	logFile ""
	enabled TRUE
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element