LoggerExtensionMethods Members
The LoggerExtensionMethods type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Lazy |
Generate a lazy logger to not take a way processes time from the executing thread by having to deal with logging concerns
|
|
|
Log(FluentLogger, LogLevel, String, array<Object>[]()[][]) |
Writes a log entry.
|
|
|
Log(FluentLogger, LogLevel, Exception, String, array<Object>[]()[][]) |
Writes a log entry.
|
|
|
Log(FluentLogger, LogLevel, EventId, Exception, String, array<Object>[]()[][]) |
Writes a log entry.
|
|
|
Log(FluentLogger, LogLevel, EventId, String, array<Object>[]()[][]) |
Writes a log entry.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
LogInformation(FluentLogger, String, array<Object>[]()[][]) |
Enqueues the information that track the general flow of the application.
These logs should have long-term
|
|
|
LogInformation(FluentLogger, EventId, String, array<Object>[]()[][]) |
Enqueues the information that track the general flow of the application.
These logs should have long-term
|
|
|
LogInformation(FluentLogger, Exception, String, array<Object>[]()[][]) |
Enqueues the information that track the general flow of the application.
These logs should have long-term
|
|
|
LogInformation(FluentLogger, EventId, Exception, String, array<Object>[]()[][]) |
Enqueues the information that track the general flow of the application.
These logs should have long-term
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|

