 | Logger Methods |
The Logger type exposes the following members.
Methods
| Name | Description |
---|
 | Clear | |
  | ComposeAuthorizationExceptionMessage | |
  | ComposeBrokenRulesMessage | |
  | ComposeExceptionMessage(Exception) | |
  | ComposeExceptionMessage(SaveResult) | |
 | ComposeExceptionMessage(Exception, String) | |
  | ComposeExceptionMessage(String, Exception) | |
  | ComposeHtmlBrokenRulesMessage | |
 | Dispose | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | (Overrides ObjectFinalize.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | IndentAdd | |
 | IndentRemove | |
  | LogException(Exception) | |
  | LogException(Exception, Boolean) | |
  | LogException(Exception, String) | |
  | LogException(String, Exception) | |
  | LogException(SaveResult, String) | |
  | LogToFile(Exception, Boolean) | |
  | LogToFile(String, Exception) | |
  | LogToFile(String, String) | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
  | NewLogger | |
  | NewLogger(String) | |
  | NewLogger(String, String) | |
  | NewLogger(String, String, String) | |
  | NewLogger(String, String, String, LoggerLogFormat) | |
 | Save | |
 | SaveBuffer | |
 | SaveToFile | |
  | SendBufferedEmail | |
  | SendMail(MailMessage, Boolean) | |
  | SendMail(String, String, Boolean, String, Boolean) | |
  | SendMail(String, String, String, Boolean, String, Boolean) | |
  | SendMail(String, String, String, String, Boolean, String, Boolean) | |
  | SendMailError(Exception, Boolean) | |
  | SendMailError(Exception, String) | |
  | SendMailError(SaveResult, Boolean) | |
  | SendMailError(SaveResult, Boolean, String) | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | Write | |
 | WriteException | |
 | WriteLine | |
 | WriteSaveResult | |
 | WriteStackTrace | |
Top
See Also