Click or drag to resize

Logger Class

Inheritance Hierarchy
SystemObject
  EDK4Net.LogLogger

Namespace:  EDK4Net.Log
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
[SerializableAttribute]
public class Logger : IDisposable

The Logger type exposes the following members.

Properties
Methods
  NameDescription
Public methodClear
Public methodStatic memberComposeAuthorizationExceptionMessage
Public methodStatic memberComposeBrokenRulesMessage
Public methodStatic memberComposeExceptionMessage(Exception)
Public methodStatic memberComposeExceptionMessage(SaveResult)
Public methodComposeExceptionMessage(Exception, String)
Public methodStatic memberComposeExceptionMessage(String, Exception)
Public methodStatic memberComposeHtmlBrokenRulesMessage
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndentAdd
Public methodIndentRemove
Public methodStatic memberLogException(Exception)
Public methodStatic memberLogException(Exception, Boolean)
Public methodStatic memberLogException(Exception, String)
Public methodStatic memberLogException(String, Exception)
Public methodStatic memberLogException(SaveResult, String)
Public methodStatic memberLogToFile(Exception, Boolean)
Public methodStatic memberLogToFile(String, Exception)
Public methodStatic memberLogToFile(String, String)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNewLogger
Public methodStatic memberNewLogger(String)
Public methodStatic memberNewLogger(String, String)
Public methodStatic memberNewLogger(String, String, String)
Public methodStatic memberNewLogger(String, String, String, LoggerLogFormat)
Public methodSave
Public methodSaveBuffer
Public methodSaveToFile
Public methodStatic memberSendBufferedEmail
Public methodStatic memberSendMail(MailMessage, Boolean)
Public methodStatic memberSendMail(String, String, Boolean, String, Boolean)
Public methodStatic memberSendMail(String, String, String, Boolean, String, Boolean)
Public methodStatic memberSendMail(String, String, String, String, Boolean, String, Boolean)
Public methodStatic memberSendMailError(Exception, Boolean)
Public methodStatic memberSendMailError(Exception, String)
Public methodStatic memberSendMailError(SaveResult, Boolean)
Public methodStatic memberSendMailError(SaveResult, Boolean, String)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
Public methodWriteException
Public methodWriteLine
Public methodWriteSaveResult
Public methodWriteStackTrace
Top
Events
  NameDescription
Public eventOnSaved
Top
See Also