Skip to content

A utility application to update and maintain log files

Notifications You must be signed in to change notification settings

etcetra7n/cmdlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmdlog

cmdlog is an application to update log files with automatic timestamping with UTC ISO time format

$ cmdlog example.log "First log entry!"
$ cmdlog example.log "Second log entry!"
$ cmdlog example.log "Third log entry!" 

example.log file

Building

Just run the command

$ gcc cmdlog.c -o cmdlog.exe

Releases

No releases published

Languages