 | ILoggerInfo Method |
Informations the specified message format.
Namespace:
Koden.Utils.Interfaces
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxvoid Info(
string messageFormat,
params Object[] parameters
)
Sub Info (
messageFormat As String,
ParamArray parameters As Object()
)
void Info(
String^ messageFormat,
... array<Object^>^ parameters
)
abstract Info :
messageFormat : string *
parameters : Object[] -> unit
Parameters
- messageFormat
- Type: SystemString
The message format. - parameters
- Type: SystemObject
The parameters.
See Also