LoggerExtensionMethods..::..LogInformation Method (FluentLogger, EventId, String, array<Object>[]()[][])
Enqueues the information that track the general flow of the application.
These logs should have long-term
Namespace:
WalterAssembly: Walter (in Walter.dll)
Syntax
public static void LogInformation( FluentLogger sender, EventId eventId, string message, params Object[] args )
Parameters
- sender
- Type: Walter..::..FluentLogger
The sender.
- eventId
- Type: EventId
the event id
- message
- Type: String
The message.
- args
- Type: array<Object>[]()[][]
The arguments

