tiehuis / faststack

If you want to stack blocks kind of quick
https://tiehuis.github.io/faststack/
GNU General Public License v3.0
11 stars 1 forks source link

Allow logging directly to a file #21

Closed tiehuis closed 8 years ago

tiehuis commented 8 years ago

This is required for the terminal based implementation. It is also useful if someone is not running the program directly from a terminal (i.e. on Windows this is likely).

This should also incorporate automatic determination on if we are presenting on a terminal and if so use colours else do not.