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

LoggerExtensionMethods Members

The LoggerExtensionMethods type exposes the following members.

Methods


  Name Description
Public method Static member Lazy
Generate a lazy logger to not take a way processes time from the executing thread by having to deal with logging concerns
Public method Static member Log(FluentLogger, LogLevel, String, array<Object>[]()[][])
Writes a log entry.
Public method Static member Log(FluentLogger, LogLevel, Exception, String, array<Object>[]()[][])
Writes a log entry.
Public method Static member Log(FluentLogger, LogLevel, EventId, Exception, String, array<Object>[]()[][])
Writes a log entry.
Public method Static member Log(FluentLogger, LogLevel, EventId, String, array<Object>[]()[][])
Writes a log entry.
Public method Static member LogCritical(FluentLogger, EventId, String, array<Object>[]()[][])
Enqueues the information to log that highlight when the current flow of execution is stopped due to a failure. These should indicate a failure in the current activity, not an application-wide failure.
Public method Static member LogCritical(FluentLogger, Exception, String, array<Object>[]()[][])
Enqueues the information to log that Logs that describe an unrecoverable application or system crash, or a catastrophic failure that requires immediate attention.
Public method Static member LogCritical(FluentLogger, EventId, Exception, String, array<Object>[]()[][])
Enqueues the information to log that Logs that describe an unrecoverable application or system crash, or a catastrophic failure that requires immediate attention.
Public method Static member LogDebug(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.
Public method Static member LogDebug(FluentLogger, EventId, 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.
Public method Static member LogDebug(FluentLogger, 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.
Public method Static member LogDebug(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.
Public method Static member LogError(FluentLogger, String, array<Object>[]()[][])
Enqueues the information to log that highlight when the current flow of execution is stopped due to a failure. These should indicate a failure in the current activity, not an application-wide failure.
Public method Static member LogError(FluentLogger, EventId, String, array<Object>[]()[][])
Enqueues the information to log that highlight when the current flow of execution is stopped due to a failure. These should indicate a failure in the current activity, not an application-wide failure.
Public method Static member LogError(FluentLogger, Exception, String, array<Object>[]()[][])
Enqueues the information to log that highlight when the current flow of execution is stopped due to a failure. These should indicate a failure in the current activity, not an application-wide failure.
Public method Static member LogError(FluentLogger, EventId, Exception, String, array<Object>[]()[][])
Enqueues the information to log that highlight when the current flow of execution is stopped due to a failure. These should indicate a failure in the current activity, not an application-wide failure.
Public method Static member LogException
Enqueues the information to log that highlight when the current flow of execution is stopped due to a failure. These should indicate a failure in the current activity, not an application-wide failure.
Public method Static member LogInformation(FluentLogger, String, array<Object>[]()[][])
Enqueues the information that track the general flow of the application. These logs should have long-term
Public method Static member LogInformation(FluentLogger, EventId, String, array<Object>[]()[][])
Enqueues the information that track the general flow of the application. These logs should have long-term
Public method Static member LogInformation(FluentLogger, Exception, String, array<Object>[]()[][])
Enqueues the information that track the general flow of the application. These logs should have long-term
Public method Static member LogInformation(FluentLogger, EventId, Exception, String, array<Object>[]()[][])
Enqueues the information that track the general flow of the application. These logs should have long-term
Public method Static member LogWarning(FluentLogger, 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.
Public method Static member LogWarning(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.
Public method Static member LogWarning(FluentLogger, Exception, 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.
Public method Static member LogWarning(FluentLogger, EventId, Exception, 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.