Driftwood2D / Driftwood

Driftwood 2D Tiling Game Engine and Development Suite
http://tileengine.org/
MIT License
24 stars 1 forks source link

Allow log output to file. #121

Closed seisatsu closed 7 years ago

seisatsu commented 7 years ago

In order to solve #89 I will either make a curses setup to show the developer console and the log at the same time, or more likely just show the developer console instead of the log when it's enabled, for the time being. Either solution necessitates the ability to output the log to a file without using command line pipes.

pmer commented 7 years ago

@seisatsu Do we still need this with the current implementation of #89?

seisatsu commented 7 years ago

Yes, #89 does not affect logging the way I implemented it.