ILogDebugFormat 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.9.0.1601 (2.9.0.1601)
Syntax void DebugFormat(
string format,
Object arg0
)
Sub DebugFormat (
format As String,
arg0 As Object
)
Parameters
- format
- Type: SystemString
A String containing zero or more format items - arg0
- Type: SystemObject
An Object to format
See Also