C# Class Variety.ColorizeConsole

Show file Open project: riipandi/varlet

Public Methods

Method Description
PrintError ( string value ) : void
PrintInfo ( string value ) : void
PrintSuccess ( string value ) : void

Print text with color

PrintWarning ( string value ) : void
PrintlnError ( string value ) : void
PrintlnInfo ( string value ) : void
PrintlnSuccess ( string value ) : void

Print line with color

PrintlnWarning ( string value ) : void

Method Details

PrintError() public static method

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

PrintInfo() public static method

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

PrintSuccess() public static method

Print text with color
public static PrintSuccess ( string value ) : void
value string
return void

PrintWarning() public static method

public static PrintWarning ( string value ) : void
value string
return void

PrintlnError() public static method

public static PrintlnError ( string value ) : void
value string
return void

PrintlnInfo() public static method

public static PrintlnInfo ( string value ) : void
value string
return void

PrintlnSuccess() public static method

Print line with color
public static PrintlnSuccess ( string value ) : void
value string
return void

PrintlnWarning() public static method

public static PrintlnWarning ( string value ) : void
value string
return void