| ILoggerDebugFormat Method (Exception, String, Object) | 
              Logs a debug message.
            
 
Namespace: PDTec.IceNet.Core.RuntimeAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxvoid DebugFormat(
	Exception exception,
	string format,
	params Object[] args
)
Parameters
- exception
 - Type: SystemException
The exception to log - format
 - Type: SystemString
Format string for the message to log - args
 - Type: SystemObject
Format arguments for the message to log 
See Also