Interface ILogInfo
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface ILogInfo
Properties
BypassBuffering
Declaration
bool BypassBuffering { get; set; }
Property Value
Exception
Declaration
IExceptionInfo Exception { get; set; }
Property Value
LogConfigId
Declaration
string LogConfigId { get; set; }
Property Value
LogCreateDate
Declaration
DateTime LogCreateDate { get; set; }
Property Value
LogCreateDateNum
Declaration
long LogCreateDateNum { get; set; }
Property Value
LogEventId
Declaration
int LogEventId { get; set; }
Property Value
LogFileId
Declaration
string LogFileId { get; set; }
Property Value
LogGuid
Declaration
string LogGuid { get; set; }
Property Value
LogPortalId
Declaration
int LogPortalId { get; set; }
Property Value
LogPortalName
Declaration
string LogPortalName { get; set; }
Property Value
LogProperties
Declaration
ILogProperties LogProperties { get; set; }
Property Value
LogServerName
Declaration
string LogServerName { get; set; }
Property Value
LogTypeKey
Declaration
string LogTypeKey { get; set; }
Property Value
LogUserId
Declaration
int LogUserId { get; set; }
Property Value
LogUserName
Declaration
string LogUserName { get; set; }
Property Value
Methods
AddProperty(string, string)
Declaration
void AddProperty(string name, string value)
Parameters
Extension Methods