Skip to content

Releases: 6i-software/vba-logger

v1.0.0

18 Oct 12:29
Compare
Choose a tag to compare

What's new ?

  • Introduced a logging utility for VBA that allows tracking and recording events or messages within VBA applications.
  • Support for multiple severity levels for logging messages, including:
    • Error: For runtime errors.
    • Warning: For warnings about exceptional occurrences.
    • Log: For general informational messages.
    • Notice: For significant events.
    • Info: For interesting events useful for understanding.
    • Trace: For detailed debugging information.
  • Support configurable log output.
  • Set the folder where the log file is written, and its name.
  • Ability to add contextual information to help developer in debugging complex variables, including collections and objects.
  • Option to display a customizable splashscreen when initializing the logging session.

Documentation

  • Added detailed documentation for using VBA Logger, including a quick start guide with installation and API documentation.

Installation

  • Support for multiple installation methods, including
    • importing the class module VBALoggerClass
    • or using the XLAM VBALogger as a refeence for easy access across multiple VBA projects.

You can find the detailed instructions for each installation method in the documentation of VBALogger Installation. You should consult it for the simplest setup experience.