Show / Hide Table of Contents

Class LogTypeInfo

Inheritance
object
LogTypeInfo
LogTypeConfigInfo
Implements
ILogTypeInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke.dll
Syntax
public class LogTypeInfo : ILogTypeInfo

Constructors

LogTypeInfo()

Declaration
public LogTypeInfo()

Properties

LogTypeCSSClass

Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. Use 'DotNetNuke.Abstractions.Logging.ILogTypeInfo.LogTypeCssClass' instead. Scheduled removal in v11.0.0.")]
public string LogTypeCSSClass { get; set; }
Property Value
Type Description
string

LogTypeDescription

Declaration
public string LogTypeDescription { get; set; }
Property Value
Type Description
string

LogTypeFriendlyName

Declaration
public string LogTypeFriendlyName { get; set; }
Property Value
Type Description
string

LogTypeKey

Declaration
public string LogTypeKey { get; set; }
Property Value
Type Description
string

LogTypeOwner

Declaration
public string LogTypeOwner { get; set; }
Property Value
Type Description
string

Implements

ILogTypeInfo

Extension Methods

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