collinsmith / riiablo

Diablo II remade using Java and LibGDX
http://riiablo.com
Apache License 2.0
895 stars 101 forks source link

Add support for async logging #106

Closed collinsmith closed 4 years ago

collinsmith commented 4 years ago

Calls to com.riiablo.logger.Logger log methods are synchronous -- would be nice to implement asynchronous logging, especially because print streams lock and cause slow down.