C# Класс Microsoft.SourceBrowser.Common.Log

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
WriteToFile ( string message, string filePath ) : void

Описание методов

Exception() публичный статический Метод

public static Exception ( Exception e, string message, bool isSevere = true ) : void
e System.Exception
message string
isSevere bool
Результат void

Exception() публичный статический Метод

public static Exception ( string message, bool isSevere = true ) : void
message string
isSevere bool
Результат void

Message() публичный статический Метод

public static Message ( string message ) : void
message string
Результат void

Write() публичный статический Метод

public static Write ( string message, ConsoleColor color = ConsoleColor.Gray ) : void
message string
color ConsoleColor
Результат void