Class LogTypeInfo
Log type info.
Implements
Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke.dll
Syntax
public class LogTypeInfo : object, ILogTypeInfo
Properties
| Improve this Doc View SourceLogTypeCSSClass
Log type info.
Declaration
public string LogTypeCSSClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogTypeDescription
Log type info.
Declaration
public string LogTypeDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogTypeFriendlyName
Log type info.
Declaration
public string LogTypeFriendlyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogTypeKey
Log type info.
Declaration
public string LogTypeKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogTypeOwner
Log type info.
Declaration
public string LogTypeOwner { get; set; }
Property Value
Type | Description |
---|---|
System.String |