Skip to content

Latest commit

 

History

History

example-log

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Example Logging Module

This module provides a simple logging mechanism to demonstrate modular programming.

Folder Structure

  • index.js: Entry point for the logging module.
  • log.js: Contains functions to log information with symbols.

How to Use

  1. Run node index.js to test the logging functionality.
  2. Use the log function in log.js to add custom logging to your own applications.

Happy logging!