Show / Hide Table of Contents

Interface ILogInfo

Namespace: DotNetNuke.Abstractions.Logging
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface ILogInfo

Properties

BypassBuffering

Declaration
bool BypassBuffering { get; set; }
Property Value
Type Description
bool

Exception

Declaration
IExceptionInfo Exception { get; set; }
Property Value
Type Description
IExceptionInfo

LogConfigId

Declaration
string LogConfigId { get; set; }
Property Value
Type Description
string

LogCreateDate

Declaration
DateTime LogCreateDate { get; set; }
Property Value
Type Description
DateTime

LogCreateDateNum

Declaration
long LogCreateDateNum { get; set; }
Property Value
Type Description
long

LogEventId

Declaration
int LogEventId { get; set; }
Property Value
Type Description
int

LogFileId

Declaration
string LogFileId { get; set; }
Property Value
Type Description
string

LogGuid

Declaration
string LogGuid { get; set; }
Property Value
Type Description
string

LogPortalId

Declaration
int LogPortalId { get; set; }
Property Value
Type Description
int

LogPortalName

Declaration
string LogPortalName { get; set; }
Property Value
Type Description
string

LogProperties

Declaration
ILogProperties LogProperties { get; set; }
Property Value
Type Description
ILogProperties

LogServerName

Declaration
string LogServerName { get; set; }
Property Value
Type Description
string

LogTypeKey

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

LogUserId

Declaration
int LogUserId { get; set; }
Property Value
Type Description
int

LogUserName

Declaration
string LogUserName { get; set; }
Property Value
Type Description
string

Methods

AddProperty(string, string)

Declaration
void AddProperty(string name, string value)
Parameters
Type Name Description
string name
string value

Extension Methods

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