Click or drag to resize

CommonLoggingTraceListenerLog Method

Namespace:  Common.Logging.Simple
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected virtual void Log(
	TraceEventType eventType,
	string source,
	int id,
	string format,
	params Object[] args
)

Parameters

eventType
Type: System.DiagnosticsTraceEventType
source
Type: SystemString
id
Type: SystemInt32
format
Type: SystemString
args
Type: SystemObject
See Also