LoggerExtensionMethods..::..LogWarning Method (FluentLogger, EventId, String, array<Object>[]()[][])
Enqueues the information to log that highlight an abnormal or unexpected event in the application flow, but do not otherwise cause the application execution to stop.
Namespace:
WalterAssembly: Walter (in Walter.dll)
Syntax
public static void LogWarning( 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

