LoggerExtensionMethods..::..LogInformation Method (FluentLogger, Exception, 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, Exception exception, string message, params Object[] args )
Parameters
- sender
- Type: Walter..::..FluentLogger
The sender.
- exception
- Type: Exception
the exception
- message
- Type: String
The message.
- args
- Type: array<Object>[]()[][]

