Method | Description | |
---|---|---|
Write ( string txt ) : void |
Write text to console and logfile
|
|
Write ( string txt, ConsoleColor clr ) : void |
Write text to console and logfile
|
|
WriteLine ( string txt ) : void |
Write line to console and logfile
|
|
WriteLine ( string txt, ConsoleColor clr ) : void |
Write line to console and logfile
|
public static Write ( string txt, ConsoleColor clr ) : void | ||
txt | string | Text |
clr | ConsoleColor | Text color (for console window) |
return | void |
public static WriteLine ( string txt ) : void | ||
txt | string | Line text |
return | void |
public static WriteLine ( string txt, ConsoleColor clr ) : void | ||
txt | string | Line text |
clr | ConsoleColor | Line color (for console window) |
return | void |