 | LoggerDebugFormat Method (String, Object) |
[Missing <summary> documentation for "M:Slash.Diagnostics.Logging.Logger.DebugFormat(System.String,System.Object[])"]
Namespace: Slash.Diagnostics.LoggingAssembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntaxpublic void DebugFormat(
string format,
params Object[] args
)
Public Sub DebugFormat (
format As String,
ParamArray args As Object()
)
public:
virtual void DebugFormat(
String^ format,
... array<Object^>^ args
) sealed
abstract DebugFormat :
format : string *
args : Object[] -> unit
override DebugFormat :
format : string *
args : Object[] -> unit
Parameters
- format
- Type: SystemString
[Missing <param name="format"/> documentation for "M:Slash.Diagnostics.Logging.Logger.DebugFormat(System.String,System.Object[])"]
- args
- Type: SystemObject
[Missing <param name="args"/> documentation for "M:Slash.Diagnostics.Logging.Logger.DebugFormat(System.String,System.Object[])"]
Implements
ILoggerDebugFormat(String, Object)
See Also