Click or drag to resize

INodeLoggerLog method

Transfer of various logging information.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
void Log(
	
	Object? loggerParameters,
	
	TreeParameters? treeParameters,
	
	TreeEvent treeEvent,
	
	Object? additionalEventArgs
)

Parameters

loggerParameters  Object
Specific call parameters or null.
treeParameters  TreeParameters
Parameters valid for the entire tree or null.
treeEvent  TreeEvent
Object with information about the event.
additionalEventArgs  Object
Contains the corresponding exception for the 'Exception' event, for example.
See also