The Logger type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddFailure(Exception) | |
![]() | AddFailure(String) |
The AddFailure method adds a new LogEntry of type Failure to the Logs collection
|
![]() | AddInfo |
The AddInfo method adds a new LogEntry of type Info to the Logs collection
|
![]() | AddWarning |
The AddWarning method adds a new LogEntry of type Warning to the Logs collection
|
![]() | EndJob |
The EndJob method adds a new LogEntry of type EndJob to the Logs collection
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLogsTable |
GetLogsTable formats log entries in an HtmlTable
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResetFlags | |
![]() | StartJob |
The StartJob method adds a new LogEntry of type StartJob to the Logs collection
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |