Click or drag to resize

logSystemlog Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Avoid this method --- this is a compatibility layer, call log(String, Object, Boolean) instead. Forwards the call to log(String, Object, Boolean) and ignores logResources

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static void log(
	string message,
	params Object[] logResources
)
Request Example View Source

Parameters

message
Type: SystemString
The message to log
logResources
Type: SystemObject
These are ignored ---
See Also