Class LogEntry
The LogEntry class provides a single entry for the Installer Log.
Inheritance
System.Object
LogEntry
Namespace: DotNetNuke.Services.Installer.Log
Assembly: DotNetNuke.dll
Syntax
public class LogEntry : object
Constructors
| Improve this Doc View SourceLogEntry(LogType, String)
Initializes a new instance of the LogEntry class. This Constructor builds a LogEntry from its type and description.
Declaration
public LogEntry(LogType type, string description)
Parameters
Type | Name | Description |
---|---|---|
LogType | type | The type of LogEntry. |
System.String | description | The description (detail) of the entry. |
Properties
| Improve this Doc View SourceDescription
Gets the description of LogEntry.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
Type
Gets the type of LogEntry.
Declaration
public LogType Type { get; }
Property Value
Type | Description |
---|---|
LogType | A LogType. |
Methods
| Improve this Doc View SourceToString()
The LogEntry class provides a single entry for the Installer Log.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |