Skip to content

Commit

Permalink
Enhance logging system with levels and timestamps
Browse files Browse the repository at this point in the history
- Add new logging functions: nvm_log, nvm_debug, nvm_info, nvm_warn, nvm_error
- Implement log levels (DEBUG, INFO, WARN, ERROR)
- Add timestamps to log messages
- Create nvm_run_command for logging command executions
- Implement nvm_time_operation for timing long-running operations
- Add nvm_log_env to log environment information
- Update nvm function to log version and environment on start
  • Loading branch information
S1D007 committed Sep 11, 2024
1 parent da2720a commit 58029b1
Showing 1 changed file with 136 additions and 101 deletions.
Loading

0 comments on commit 58029b1

Please sign in to comment.