Click or drag to resize

DevLog Methods

The DevLog type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClose
Closes the current log and the underlying stream.
Public methodStatic memberDateFromJavaTimestamp
Convert a date/time in millseconds since 1970 (in UTC) as used in java and the devlog, into a corresponding .Net DateTime value in the server-local TZ.
Public methodStatic memberDateToJavaTimestamp
Convert a date/time to milliseconds since 1970 (in UTC) which is what java uses and what we've always logged to the devlog.
Public methodDispose
Close the database connection(s)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
destructor
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInitDevLog(String)
Overloaded. Initilize the log with default options, size, and backup file count.
Public methodStatic memberInitDevLog(String, DevLogOptions)
Overloaded. Initilize the log with default size and backup file count.
Public methodStatic memberInitDevLog(String, DevLogOptions, Int32, Int32)
Initilize the log.
Public methodStatic memberLogMessage(String, String, Exception)
Logs an exception to the DevLog
Public methodStatic memberLogMessage(String, String, String, LogMessageLevel)
Logs a warning to the devlog
Public methodStatic memberLogMessage(String, String, String, LogMessageLevel, LogCategory)
Logs a warning to the devlog
Public methodStatic memberLogMessage(String, String, String, String, LogMessageLevel)
Logs a warning to the devlog
Public methodStatic memberLogMessage(String, String, String, LogMessageLevel, LogCategory, Guid)
Logs a warning to the devlog
Public methodStatic memberLogMessage(String, String, String, String, LogMessageLevel, LogCategory, Guid)
Logs a warning to the devlog
Public methodStatic memberReadPageLog
Extract the XML for the specified thread and timespan from the current devlog.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberTruncate
Truncate the current devlog.
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also