| ILogFormatterFormat Method |
[This is preliminary documentation and is subject to change.]
Formats an entry.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax string Format(
IFormatProvider provider,
LogEntry entry
)
Function Format (
provider As IFormatProvider,
entry As LogEntry
) As String
String^ Format(
IFormatProvider^ provider,
LogEntry^ entry
)
abstract Format :
provider : IFormatProvider *
entry : LogEntry -> string
Parameters
- provider
- Type: SystemIFormatProvider
Format provider. - entry
- Type: YallaLogEntry
The entry.
Return Value
Type:
StringFormatted entry.
See Also