public static class LoggerExtensions| 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. |