WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

LoggerExtensionMethods..::..LogDebug Method (FluentLogger, 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:  Walter
Assembly:  Walter (in Walter.dll)

Syntax


public static void LogDebug(
	FluentLogger sender,
	string message,
	params Object[] args
)

Parameters

sender
Type: Walter..::..FluentLogger
The sender.
message
Type: String
The message.
args
Type: array<Object>[]()[][]
The arguments

Remarks


This method will that will honor the logging order if no direct logging is used however timing will be off by 300ms a that's the delay used by the queue

Thread Safety


Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.