Class LogEntry
Inherited Members
Namespace: DotNetNuke.Services.Installer.Log
Assembly: DotNetNuke.dll
Syntax
public class LogEntry
Constructors
LogEntry(LogType, string)
Declaration
public LogEntry(LogType type, string description)
Parameters
Type | Name | Description |
---|---|---|
LogType | type | |
string | description |
Properties
Description
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
Type
Declaration
public LogType Type { get; }
Property Value
Type | Description |
---|---|
LogType |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |