DevLog Methods |
The DevLog type exposes the following members.
Name | Description | |
---|---|---|
Close |
Closes the current log and the underlying stream.
| |
DateFromJavaTimestamp |
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.
| |
DateToJavaTimestamp |
Convert a date/time to milliseconds since 1970 (in UTC) which is what java
uses and what we've always logged to the devlog.
| |
Dispose |
Close the database connection(s)
| |
Equals | (Inherited from Object.) | |
Finalize |
destructor
(Overrides ObjectFinalize.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitDevLog(String) |
Overloaded. Initilize the log with default options, size, and backup file count.
| |
InitDevLog(String, DevLogOptions) |
Overloaded. Initilize the log with default size and backup file count.
| |
InitDevLog(String, DevLogOptions, Int32, Int32) |
Initilize the log.
| |
LogMessage(String, String, Exception) |
Logs an exception to the DevLog
| |
LogMessage(String, String, String, LogMessageLevel) |
Logs a warning to the devlog
| |
LogMessage(String, String, String, LogMessageLevel, LogCategory) |
Logs a warning to the devlog
| |
LogMessage(String, String, String, String, LogMessageLevel) |
Logs a warning to the devlog
| |
LogMessage(String, String, String, LogMessageLevel, LogCategory, Guid) |
Logs a warning to the devlog
| |
LogMessage(String, String, String, String, LogMessageLevel, LogCategory, Guid) |
Logs a warning to the devlog
| |
ReadPageLog |
Extract the XML for the specified thread and timespan from the current devlog.
| |
ToString | (Inherited from Object.) | |
Truncate |
Truncate the current devlog.
|
Name | Description | |
---|---|---|
EqualValue |
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.) |