LoggerExtensionMethods..::..LogError Method (FluentLogger, EventId, String, array<Object>[]()[][])
Enqueues the information to log that highlight when the current flow of execution is stopped due to a failure. These should indicate a failure in the current activity, not an application-wide failure.
Namespace:
WalterAssembly: Walter (in Walter.dll)
Syntax
public static void LogError( FluentLogger sender, EventId eventId, string message, params Object[] args )
Parameters
- sender
- Type: Walter..::..FluentLogger
The sender.
- eventId
- Type: EventId
- message
- Type: String
The message.
- args
- Type: array<Object>[]()[][]
The arguments

