Interface ILogTypeInfo
Log type info.
Namespace: DotNetNuke.Abstractions.Logging
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface ILogTypeInfo
Properties
| Improve this Doc View SourceLogTypeCssClass
Gets or sets log type css class.
Declaration
string LogTypeCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogTypeDescription
Gets or sets the log type description.
Declaration
string LogTypeDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogTypeFriendlyName
Gets or sets the log type friendly name.
Declaration
string LogTypeFriendlyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogTypeKey
Gets or sets log type key.
Declaration
string LogTypeKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogTypeOwner
Gets or sets the log type owner.
Declaration
string LogTypeOwner { get; set; }
Property Value
Type | Description |
---|---|
System.String |