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