This is a utility function that you can use to log messages that will be stored in a file (as curses has taken over the screen and you can not really log information there).
The data is written to the file "log2" for now
public static Log ( string s ) : void | ||
s | string | |
return | void |