Show / Hide Table of Contents

Class Logger

Inheritance
object
Logger
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Installer.Log
Assembly: DotNetNuke.dll
Syntax
public class Logger

Constructors

Logger()

Declaration
public Logger()

Properties

ErrorClass

Declaration
public string ErrorClass { get; set; }
Property Value
Type Description
string

HasWarnings

Declaration
public bool HasWarnings { get; }
Property Value
Type Description
bool

HighlightClass

Declaration
public string HighlightClass { get; set; }
Property Value
Type Description
string

Logs

Declaration
public IList<LogEntry> Logs { get; }
Property Value
Type Description
IList<LogEntry>

NormalClass

Declaration
public string NormalClass { get; set; }
Property Value
Type Description
string

Valid

Declaration
public bool Valid { get; }
Property Value
Type Description
bool

Methods

AddFailure(Exception)

Declaration
public void AddFailure(Exception ex)
Parameters
Type Name Description
Exception ex

AddFailure(string)

Declaration
public void AddFailure(string failure)
Parameters
Type Name Description
string failure

AddInfo(string)

Declaration
public void AddInfo(string info)
Parameters
Type Name Description
string info

AddWarning(string)

Declaration
public void AddWarning(string warning)
Parameters
Type Name Description
string warning

EndJob(string)

Declaration
public void EndJob(string job)
Parameters
Type Name Description
string job

GetLogsTable()

Declaration
public HtmlTable GetLogsTable()
Returns
Type Description
HtmlTable

ResetFlags()

Declaration
public void ResetFlags()

StartJob(string)

Declaration
public void StartJob(string job)
Parameters
Type Name Description
string job

Extension Methods

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