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

[Missing <summary> documentation for "M:Slash.Diagnostics.Logging.Logger.InfoFormat(System.String,System.Object[])"]

Namespace: Slash.Diagnostics.Logging
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
public void InfoFormat(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString

[Missing <param name="format"/> documentation for "M:Slash.Diagnostics.Logging.Logger.InfoFormat(System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Slash.Diagnostics.Logging.Logger.InfoFormat(System.String,System.Object[])"]

Implements

ILoggerInfoFormat(String, Object)
See Also