- export native c header file
- add android support.
- refactor implementation to c++, works on Windows/Linux/macOS/iOS.
- add
setLoggerFileLeading
api.
- support config new log file content leading.
- Fix write to file not working after hot restarted.
- Improve log dateTime format performance.
- make initLogger return Future instead of void. #136 by Alfred Schilken
- add error, stacktrace optional parameters to e
Initial release.