crypto-vigil

Utils

=====

The utils component provides utility functions for logging and configuration.

Logging

The logging utility provides a convenient way to configure and use logging in the application. The logging utility uses a JSON configuration file to configure the logging settings.

Configuration

The configuration utility provides a convenient way to load, store, and retrieve configuration settings from a JSON file.

Usage

To use the logging utility, follow these steps:

  1. Create a logging.json file with the logging configuration settings
  2. Import the Logger class and create an instance
  3. Use the Logger instance to log messages

To use the configuration utility, follow these steps:

  1. Create a config.json file with the configuration settings
  2. Import the Config class and create an instance
  3. Use the Config instance to retrieve and set configuration settings