C# Class Microsoft.SourceBrowser.Common.Log

Afficher le fichier Open project: KirillOsenkov/SourceBrowser

Méthodes publiques

Méthode Description
Exception ( Exception e, string message, bool isSevere = true ) : void
Exception ( string message, bool isSevere = true ) : void
Message ( string message ) : void
Write ( string message, ConsoleColor color = ConsoleColor.Gray ) : void

Private Methods

Méthode Description
WriteToFile ( string message, string filePath ) : void

Method Details

Exception() public static méthode

public static Exception ( Exception e, string message, bool isSevere = true ) : void
e System.Exception
message string
isSevere bool
Résultat void

Exception() public static méthode

public static Exception ( string message, bool isSevere = true ) : void
message string
isSevere bool
Résultat void

Message() public static méthode

public static Message ( string message ) : void
message string
Résultat void

Write() public static méthode

public static Write ( string message, ConsoleColor color = ConsoleColor.Gray ) : void
message string
color ConsoleColor
Résultat void