A Sandcastle Documented Class Library
![]() | ILoggerInfoFormat Method (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)

void InfoFormat( string format, params Object[] args )
Sub InfoFormat ( format As String, ParamArray args As Object() )
void InfoFormat( String^ format, ... array<Object^>^ args )
abstract InfoFormat : format : string * args : Object[] -> unit
Parameters
- format
- Type: SystemString
string message with format - args
- Type: SystemObject
replacement array of strings
