| FormatterBaseFormat 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 public string Format(
IFormatProvider provider,
LogEntry entry
)
Public Function Format (
provider As IFormatProvider,
entry As LogEntry
) As String
public:
virtual String^ Format(
IFormatProvider^ provider,
LogEntry^ entry
) sealed
abstract Format :
provider : IFormatProvider *
entry : LogEntry -> string
override Format :
provider : IFormatProvider *
entry : LogEntry -> string
Parameters
- provider
- Type: SystemIFormatProvider
Format provider. - entry
- Type: YallaLogEntry
The entry.
Return Value
Type:
StringFormatted entry.
Implements
ILogFormatterFormat(IFormatProvider, LogEntry)See Also