https://github.com/etcetra7n/cmdlog
A utility application to update and maintain log files
https://github.com/etcetra7n/cmdlog
c-programming c-programming-language command-line-tool logger logging utility
Last synced: 5 months ago
JSON representation
A utility application to update and maintain log files
- Host: GitHub
- URL: https://github.com/etcetra7n/cmdlog
- Owner: etcetra7n
- Created: 2024-06-21T07:41:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T08:02:56.000Z (about 2 years ago)
- Last Synced: 2025-01-20T19:14:25.397Z (over 1 year ago)
- Topics: c-programming, c-programming-language, command-line-tool, logger, logging, utility
- Language: C
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmdlog
cmdlog is an application to update log files with automatic timestamping with
UTC ISO time format
```shell
$ cmdlog example.log "First log entry!"
$ cmdlog example.log "Second log entry!"
$ cmdlog example.log "Third log entry!"
```

## Building
Just run the command
```shell
$ gcc cmdlog.c -o cmdlog.exe
```