C# Класс Bricklayer.Server.LogType

Messages shown in the console with a specified color and prefix
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Standard LogType

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

Метод Описание
LogType ( string prefix, ConsoleColor color ) : System
WriteText ( string text ) : void

Write text to the console using the prefix

WriteText ( string text, ConsoleColor color ) : void

Write text to the console using the prefix and a color for the rest of the text

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

Метод Описание
LogType ( ) : System

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

LogType() публичный Метод

public LogType ( string prefix, ConsoleColor color ) : System
prefix string
color ConsoleColor
Результат System

WriteText() публичный Метод

Write text to the console using the prefix
public WriteText ( string text ) : void
text string
Результат void

WriteText() публичный Метод

Write text to the console using the prefix and a color for the rest of the text
public WriteText ( string text, ConsoleColor color ) : void
text string
color ConsoleColor
Результат void

Описание свойств

Standard публичное статическое свойство

public static LogType,Bricklayer.Server Standard
Результат LogType