C# Class EarthAn.Printer

ファイルを表示 Open project: JumpAttacker/EnsageSharp

Public Methods

Method Description
Print ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void
PrintError ( string text ) : void
PrintInfo ( string text ) : void
PrintSuccess ( string text ) : void

Private Methods

Method Description
PrintEncolored ( string text, ConsoleColor color ) : void

Method Details

Print() public static method

public static Print ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void
str string
print bool
type MessageType
return void

PrintError() public static method

public static PrintError ( string text ) : void
text string
return void

PrintInfo() public static method

public static PrintInfo ( string text ) : void
text string
return void

PrintSuccess() public static method

public static PrintSuccess ( string text ) : void
text string
return void