The Logger type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Logger | DotNetNuke.Services.Installer.Log.Logger |
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.) |
Properties
Name | Description | |
---|---|---|
![]() | ErrorClass |
Gets and sets the Css Class used for Error Log Entries
|
![]() | HasWarnings | |
![]() | HighlightClass |
Gets and sets the Css Class used for Log Entries that should be highlighted
|
![]() | Logs |
Gets a List of Log Entries
|
![]() | NormalClass |
Gets and sets the Css Class used for normal Log Entries
|
![]() | Valid |
Gets a Flag that indicates whether the Installation was Valid
|