Click or drag to resize

ISingletonReport Method

Reporting function declaration to be implemented with extending classes

Namespace:  Ingeniux.Runtime.Interfaces
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
void Report(
	Logger logger
)

Parameters

logger
Type: Logger
Logger for single to use
Remarks
Called after initialization of the singleton instances
See Also