nfprojects / nfengine

Game engine
GNU General Public License v2.0
55 stars 4 forks source link

File IO with buffering #172

Closed mkulagowski closed 7 years ago

mkulagowski commented 8 years ago

There is need for File class, that allows buffering - e.x. to minimize number of writes, when logging small messages.

The implementation is still open for discussion.

Needed to finish issue with Logger refactor(#2)

mkulagowski commented 8 years ago

Waiting for review here

mkulagowski commented 7 years ago

Done