Skip to content

logx v1.1.0 - Enhanced Logging Features

Latest
Compare
Choose a tag to compare
@theritikchoure theritikchoure released this 25 Oct 06:04
· 6 commits to main since this release

We're excited to introduce some new features and enhancements to the logx package with version 1.1.0. These additions enhance the logging capabilities and provide more flexibility to tailor your log messages. Below are the key changes in this release:

New Features and Enhancements:

Debug Logging:

We've introduced a Debug function that allows you to log debug messages with the DEBUG background color.

Debug("This is a debug message.")

Fatal Logging:

A Fatal function has been added to log fatal error messages with the FATAL background color.

Fatal("A fatal error occurred.")

Log With Level and Timestamp:

You can now log messages with both log levels and timestamps by using the LogWithLevelAndTimestamp function.

LogWithLevelAndTimestamp("This is an important message.", "INFO", FGBLUE, BGBLACK)

How to Use:

  • To use these new features, make sure to update your logx package to version 1.1.0.
  • You can find detailed usage examples in the package documentation.

Note:

If you have any issues or questions, please don't hesitate to reach out.


Thank you for using logx! We hope these enhancements make your logging experience even better. Happy logging!