Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 10 hours ago
JSON representation

A utility application to update and maintain log files

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
```