Releases: tmatijevich/UserLog
Releases · tmatijevich/UserLog
UserLog V2.0.3
- Build with IecString 2.0.1 as submodule
- Performance improvement from reduced branching and optimized compiler
- Prepare this library's internal header for submodule use
- Begin unit testing
- No update to documentation
UserLog V2.0.2
- Update to MIT license
- Update readme with example
UserLog V2.0.1
- UserLogSetSeverityLevel returns the previous level
UserLog V2.0.0
- Rename functions to provide clarity of use to users
UserLogQuickUserLogBasicUserLogFormatUserLogAdvancedUserLogMessageUserLogCustom
- Offer UserLogEventText library allowing uses to write messages to Description column of logger
- Updated Help with examples in Structured Text and C
UserLog V1.0.1
- Fix logbook creation persistence
UserLog V1.0.0
- Access to all write parameters
- Simplify quick and format messaging
- Integrated help
UserLog V0.4.3
- Remove first null guard on format arguments parameter. LogMessage and CustomMessage from 0.4.2 are unusable.
- Use ArEventLog constants to declare severity map
UserLog V0.4.2
- Simplify CreateCustomLogbook execution
- Specify function declaration prototypes and usage samples in readme
- Guard null pointers
- Include IecString 0.3.1 in release downloads
UserLog V0.4.1
- Function overload is not possible with IEC languages, separate LogMessage and LogFormatMessage functions for compatibility
- Remove 0.4.0 release
UserLog V0.3.2
- Expand messaging with option for custom logbook (user responsible for enough memory)