This module provides a simple logging mechanism to demonstrate modular programming.
- index.js: Entry point for the logging module.
- log.js: Contains functions to log information with symbols.
- Run
node index.js
to test the logging functionality. - Use the
log
function inlog.js
to add custom logging to your own applications.
Happy logging!