ILog.DebugFormat Method (String,Object[]) |
Logs a formatted message string with the Debug level.
Namespace:
AGI.Parallel.Infrastructure.Logging
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxvoid DebugFormat(
string format,
params Object[] args
)
Sub DebugFormat (
format As String,
ParamArray args As Object()
)
Parameters
- format
- Type: System.String
A String containing zero or more format items - args
- Type:System.Object[]
An Object array containing zero or more objects to format
See Also