A Sandcastle Documented Class Library
ILoggerInfoFormat Method (IFormatProvider, String, Object) |
Formats info message
Replaces the format items in a specified string with
the string expression of a corresponding object in specific array
Namespace: Tego.Logging
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
void InfoFormat( IFormatProvider provider, string format, params Object[] args )
Sub InfoFormat ( provider As IFormatProvider, format As String, ParamArray args As Object() )
void InfoFormat( IFormatProvider^ provider, String^ format, ... array<Object^>^ args )
abstract InfoFormat : provider : IFormatProvider * format : string * args : Object[] -> unit
Parameters
- provider
- Type: SystemIFormatProvider
Instance of format provider - format
- Type: SystemString
string message with format - args
- Type: SystemObject
replacement array of strings
See Also