C# Class Bricklayer.Server.LogType

Messages shown in the console with a specified color and prefix
Afficher le fichier Open project: Cyral/Bricklayer Class Usage Examples

Méthodes publiques

Свойство Type Description
Standard LogType

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
LogType ( ) : System

Method Details

LogType() public méthode

public LogType ( string prefix, ConsoleColor color ) : System
prefix string
color ConsoleColor
Résultat System

WriteText() public méthode

Write text to the console using the prefix
public WriteText ( string text ) : void
text string
Résultat void

WriteText() public méthode

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
Résultat void

Property Details

Standard public_oe static_oe property

public static LogType,Bricklayer.Server Standard
Résultat LogType