This repository has been archived by the owner on Apr 2, 2023. It is now read-only.
- Added:
- Add the interface
Flusher
. SafeWriter
implements the interfaceFlusher
andLevelWriter
.ToLevelWriter
,LevelSplitWriter
andBufferWriter
implements the interfaceFlusher
.
- Add the interface
- Fixed:
Close
is called recursively when a Writer has implemented the interfaceWrappedWriter
butio.Closer
.