C# Class Bricklayer.Server.LogType

Messages shown in the console with a specified color and prefix
显示文件 Open project: Cyral/Bricklayer Class Usage Examples

Public Properties

Property Type Description
Standard LogType

Public Methods

Method 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

Method Description
LogType ( ) : System

Method Details

LogType() public method

public LogType ( string prefix, ConsoleColor color ) : System
prefix string
color ConsoleColor
return System

WriteText() public method

Write text to the console using the prefix
public WriteText ( string text ) : void
text string
return void

WriteText() public method

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
return void

Property Details

Standard public_oe static_oe property

public static LogType,Bricklayer.Server Standard
return LogType