Releases: goinsane/logng
Releases · goinsane/logng
v2.0.1
v2.0.0
- SetStackTracePCSize is renamed to SetStackTraceSize
- fix: race conditions on print severity.
- implementation of custom severities.
- don't allow SevertiyFatal for Print
v2.0.0-beta.2
- improved documentation (godoc, README and etc)
- improvements and bug fixes
v2.0.0-beta.1
- improved godoc
- improved examples
- improved tests and benchmarks
- implemented Clone() function
v2.0.0-beta.0
- set major version 2 and refactored
- improved godoc and README
- improved performance
- removed JSONOutput, renamed JSONOutput2 to JSONOutput
- added new flags to Output's
- implemented WithoutTime
v1.2.3
- improved godoc
- improved QueuedOutput
- bug fixes
v1.2.2
- removed unnecessary filepath.Join for goPkgModPath
- improved microsecond calculation for JSONOutput2FlagTimestampMicro
v1.2.1
- convert path separator to slash for go paths.
- trim by slash in trimDirs.
v1.2.0
- implemented JSONOutput2FlagTimestampMicro
v1.1.4
- separate by slash if separator is not os.PathSeparator in trimDirs