Class LogInfo
Assembly: DotNetNuke.dll
Syntax
public class LogInfo : ILogInfo
Constructors
LogInfo()
Declaration
LogInfo(string)
Declaration
public LogInfo(string content)
Parameters
| Type |
Name |
Description |
| string |
content |
|
Properties
BypassBuffering
Declaration
public bool BypassBuffering { get; set; }
Property Value
Exception
Declaration
public ExceptionInfo Exception { get; set; }
Property Value
LogConfigID
Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. Use 'DotNetNuke.Abstractions.Logging.ILogInfo.LogConfigId' instead. Scheduled removal in v11.0.0.")]
public string LogConfigID { get; set; }
Property Value
LogCreateDate
Declaration
public DateTime LogCreateDate { get; set; }
Property Value
LogCreateDateNum
Declaration
public long LogCreateDateNum { get; set; }
Property Value
LogEventID
Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. Use 'DotNetNuke.Abstractions.Logging.ILogInfo.LogEventId' instead. Scheduled removal in v11.0.0.")]
public int LogEventID { get; set; }
Property Value
LogFileID
Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. Use 'DotNetNuke.Abstractions.Logging.ILogInfo.LogFileId' instead. Scheduled removal in v11.0.0.")]
public string LogFileID { get; set; }
Property Value
LogGUID
Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. Use 'DotNetNuke.Abstractions.Logging.ILogInfo.LogGuid' instead. Scheduled removal in v11.0.0.")]
public string LogGUID { get; set; }
Property Value
LogPortalID
Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. Use 'DotNetNuke.Abstractions.Logging.ILogInfo.LogPortalId' instead. Scheduled removal in v11.0.0.")]
public int LogPortalID { get; set; }
Property Value
LogPortalName
Declaration
public string LogPortalName { get; set; }
Property Value
LogProperties
Declaration
public LogProperties LogProperties { get; set; }
Property Value
LogServerName
Declaration
public string LogServerName { get; set; }
Property Value
LogTypeKey
Declaration
public string LogTypeKey { get; set; }
Property Value
LogUserID
Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. Use 'DotNetNuke.Abstractions.Logging.ILogInfo.LogUserId' instead. Scheduled removal in v11.0.0.")]
public int LogUserID { get; set; }
Property Value
LogUserName
Declaration
public string LogUserName { get; set; }
Property Value
Methods
AddProperty(string, string)
Declaration
public void AddProperty(string propertyName, string propertyValue)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
| string |
propertyValue |
|
Deserialize(string)
Declaration
public void Deserialize(string content)
Parameters
| Type |
Name |
Description |
| string |
content |
|
IsSystemType(string)
Declaration
public static bool IsSystemType(string propName)
Parameters
| Type |
Name |
Description |
| string |
propName |
|
Returns
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
Serialize()
Declaration
public string Serialize()
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Implements
Extension Methods