[Missing <summary> documentation for "M:NHibernate.Log4NetLogger.DebugFormat(System.String,System.Object[])"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public void DebugFormat( string format, params Object[] args )  | 
| Visual Basic | 
|---|
Public Sub DebugFormat ( _ format As String, _ ParamArray args As Object() _ )  | 
| Visual C++ | 
|---|
public: virtual void DebugFormat( String^ format, ... array<Object^>^ args ) sealed  | 
Parameters
- format
 - Type: System..::..String
[Missing <param name="format"/> documentation for "M:NHibernate.Log4NetLogger.DebugFormat(System.String,System.Object[])"]
 
- args
 - Type: array<System..::..Object>[]()[][]
[Missing <param name="args"/> documentation for "M:NHibernate.Log4NetLogger.DebugFormat(System.String,System.Object[])"]