Click or drag to resize
LoggerDebug Method (String, Object)

[Missing <summary> documentation for "M:AsterNET.Logger.Debug(System.String,System.Object[])"]

Namespace: AsterNET
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Debug(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString

[Missing <param name="format"/> documentation for "M:AsterNET.Logger.Debug(System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:AsterNET.Logger.Debug(System.String,System.Object[])"]

See Also