Click or drag to resize

ConfigDebugPrint Method

Note: This API is now obsolete.

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
[ObsoleteAttribute("This method is exported for internal use only.")]
public static void DebugPrint(
	EventLogEntryType InType,
	string InMessage,
	params Object[] InParams
)

Parameters

InType
Type: System.DiagnosticsEventLogEntryType
InMessage
Type: SystemString
InParams
Type: SystemObject
See Also