Свойство | Type | Description | |
---|---|---|---|
ClassIcon | string | ||
EventIcon | string |
Свойство | Type | Description | |
---|---|---|---|
ToIconPath | string | ||
WriteInternal | void | ||
WriteSeverity | void |
Méthode | Description | |
---|---|---|
Clear ( ) : void | ||
Debug ( object message ) : void |
Writes a debug message to the log.
|
|
Error ( object message ) : void |
Writes an error message to the log.
|
|
Event ( object message ) : void | ||
Info ( object message ) : void |
Writes a informational message to the log.
|
|
LineBreak ( ) : void |
Inserts a line break to the log.
|
|
LogWriter ( ) : System |
Constructor.
|
|
NewSection ( ) : void |
Inserts a new section divider.
|
|
Success ( object message ) : void |
Writes a success message to the log.
|
|
Title ( string message ) : void |
Writes a informational message to the log (as a bold title).
|
|
Warning ( object message ) : void |
Writes a warning to the log.
|
|
Write ( object message, string backgroundColor ) : void | ||
WriteDictionary ( object instance, string title ) : void | ||
WriteIcon ( object message, Icons icon, string backgroundColor ) : void | ||
WriteList ( string title, string backgroundColor ) : IHtmlList | ||
WriteListSeverity ( string title, LogSeverity severity ) : IHtmlList | ||
WriteProperties ( object instance, string title ) : void | ||
WriteSeverity ( object message, LogSeverity severity, Icons icon ) : void |
Méthode | Description | |
---|---|---|
OnDisposed ( ) : void |
Destructor.
|
Méthode | Description | |
---|---|---|
ToIconPath ( LogSeverity severity ) : string | ||
WriteInternal ( object message, string cssClass, string backgroundColor, string iconPath ) : void | ||
WriteSeverity ( object message, LogSeverity severity ) : void |
public Debug ( object message ) : void | ||
message | object | The messge to write (HTML). |
Résultat | void |
public Error ( object message ) : void | ||
message | object | The messge to write (HTML). |
Résultat | void |
public Info ( object message ) : void | ||
message | object | The messge to write (HTML). |
Résultat | void |
public Success ( object message ) : void | ||
message | object | The messge to write (HTML). |
Résultat | void |
public Title ( string message ) : void | ||
message | string | The messge to write (HTML). |
Résultat | void |
public Warning ( object message ) : void | ||
message | object | The messge to write (HTML). |
Résultat | void |
public Write ( object message, string backgroundColor ) : void | ||
message | object | |
backgroundColor | string | |
Résultat | void |
public WriteDictionary ( object instance, string title ) : void | ||
instance | object | |
title | string | |
Résultat | void |
public WriteIcon ( object message, Icons icon, string backgroundColor ) : void | ||
message | object | |
icon | Icons | |
backgroundColor | string | |
Résultat | void |
public WriteList ( string title, string backgroundColor ) : IHtmlList | ||
title | string | |
backgroundColor | string | |
Résultat | IHtmlList |
public WriteListSeverity ( string title, LogSeverity severity ) : IHtmlList | ||
title | string | |
severity | LogSeverity | |
Résultat | IHtmlList |
public WriteProperties ( object instance, string title ) : void | ||
instance | object | |
title | string | |
Résultat | void |
public WriteSeverity ( object message, LogSeverity severity, Icons icon ) : void | ||
message | object | |
severity | LogSeverity | |
icon | Icons | |
Résultat | void |