Méthode | Description | |
---|---|---|
Configure ( string logFileName, bool fileLoggerEnabled ) : void | ||
LogDiagnostics ( Microsoft.CodeAnalysis.Project project, ImmutableArray |
||
PrintStatistics ( List |
||
WriteCaption ( string text ) : void | ||
WriteError ( string text ) : void | ||
WriteInfo ( string text ) : void | ||
WriteLine ( string text, ConsoleColor color ) : void | ||
WriteWarning ( string text ) : void |
Méthode | Description | |
---|---|---|
CreateCaption ( string text ) : string | ||
WriteFile ( string message ) : void |
public static Configure ( string logFileName, bool fileLoggerEnabled ) : void | ||
logFileName | string | |
fileLoggerEnabled | bool | |
Résultat | void |
public static LogDiagnostics ( Microsoft.CodeAnalysis.Project project, ImmutableArray |
||
project | Microsoft.CodeAnalysis.Project | |
diagnostics | ImmutableArray |
|
Résultat | void |
public static PrintStatistics ( List |
||
diagnostics | List |
|
analyzers | ImmutableArray |
|
Résultat | void |
public static WriteCaption ( string text ) : void | ||
text | string | |
Résultat | void |
public static WriteError ( string text ) : void | ||
text | string | |
Résultat | void |
public static WriteInfo ( string text ) : void | ||
text | string | |
Résultat | void |
public static WriteLine ( string text, ConsoleColor color ) : void | ||
text | string | |
color | ConsoleColor | |
Résultat | void |
public static WriteWarning ( string text ) : void | ||
text | string | |
Résultat | void |