LoggerExtensionMethods..::..LogDebug Method (FluentLogger, EventId, Exception, String, array<Object>[]()[][])
Logs that are used for interactive investigation during development.
These logs should primarily contain information useful for debugging and have no long-term value.
Namespace:
WalterAssembly: Walter (in Walter.dll)
Syntax
public static void LogDebug( FluentLogger sender, EventId eventId, Exception exception, string message, params Object[] args )
Parameters
- sender
- Type: Walter..::..FluentLogger
The sender.
- eventId
- Type: EventId
- exception
- Type: Exception
the exception
- message
- Type: String
The message.
- args
- Type: array<Object>[]()[][]

