Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T08:02:56.000Z (5 months ago)
- Last Synced: 2024-09-30T01:05:34.425Z (about 1 month 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!"
```![example.log file](log_file_screenshot.png "example.log")
## Building
Just run the command
```shell
$ gcc cmdlog.c -o cmdlog.exe
```