Show / Hide Table of Contents

Class LogEntry

Inheritance
object
LogEntry
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
Overrides
object.ToString()

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS