C# Class EarthAn.Printer

Afficher le fichier Open project: JumpAttacker/EnsageSharp

Méthodes publiques

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

Méthode Description
PrintEncolored ( string text, ConsoleColor color ) : void

Method Details

Print() public static méthode

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

PrintError() public static méthode

public static PrintError ( string text ) : void
text string
Résultat void

PrintInfo() public static méthode

public static PrintInfo ( string text ) : void
text string
Résultat void

PrintSuccess() public static méthode

public static PrintSuccess ( string text ) : void
text string
Résultat void