LoggerExtensions Class

Pre-compiled ILoggerTCategoryName logging lines that are specific for the Portal or API.

Definition

Namespace: MobileTrack.Web.Components.Extensions
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public static class LoggerExtensions
Inheritance
Object    LoggerExtensions

Remarks

For the sake of performance and reducing RAM usage, we have pre-compiled the logging lines that are used in the application.

Methods

LogDeletedItemsCleanup Log message for when the cleanup is executed
LogLoginFailedEmailAddressDoesNotExist Logged when a user attempted to log in through the Portal, but failed because the emailAddress is not in use
LogLoginFailedFormerPassword Logged when a user attempted to log in through the Portal, but failed because the password they used has since been replaced.
LogLoginFailedWrongPassword Logged when a user attempted to log in through the Portal, but failed because the password was incorrect
LogLoginSucceeded Logged when a user successfully logs in through the Portal
LogUnauthorizedAccessAttempt Log message for an exception where a user somehow managed to access a resource they shouldn't have access to. This is grounds for a security audit and immediate bug fix.

See Also