Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Escape ( string html, bool encode = false ) : string | ||
Flush ( ) : void | ||
HtmlLogListener ( |
||
HtmlLogListener ( string reportPath ) : System | ||
ReplaceRegex ( string input, |
||
WriteCommonHeader ( ) : void | ||
WriteLine ( ILogItem item ) : void |
Method | Description | |
---|---|---|
GetSeverity ( LogLevel level ) : MessageSeverity |
public Escape ( string html, bool encode = false ) : string | ||
html | string | |
encode | bool | |
return | string |
public HtmlLogListener ( |
||
writer | ||
return | System |
public HtmlLogListener ( string reportPath ) : System | ||
reportPath | string | |
return | System |
public ReplaceRegex ( string input, |
||
input | string | |
pattern | ||
replacement | string | |
return | string |