Log a DEBUG level message.
            
 
    Namespace: 
   IBM.Watson.DeveloperCloud.Logging
    Assembly:
   unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Debug(
	string subSystem,
	string messageFmt,
	params Object[] args
)
Parameters
- subSystem
 - Type: SystemString
Name of the subsystem. - messageFmt
 - Type: SystemString
Message with formatting. - args
 - Type: SystemObject
Formatting arguments. 
See Also