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

LoggerExtensionMethods Class

Class LoggerExtensionMethods adds the ability to lazy the logger message as to not block any active processes and not take down the application if the logging infrastructure fails.

Namespace:  Walter
Assembly:  Walter (in Walter.dll)

Syntax


[DebuggerStepThroughAttribute]
[DebuggerNonUserCodeAttribute]
public static class LoggerExtensionMethods

Remarks


If the logger will file it will use the file name and the line number to the error log for easy fix

Inheritance Hierarchy


Object
  Walter..::..LoggerExtensionMethods