Skip to content

alex-bork/Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logger

Simple Logger Application that can be used via command line in order to store log information into a file.

Has the following parameter:

Parameter Value Mandatory Description
-m (--message) string yes Message that should be logged
-f (--file) string no Must contain the file path and name of a custom log file
-n (--new) - no Flag that defines if a log file should be created, if not exists
-t (--type) string(1) no Message type: i (Info), s (Success) , e (Error) , w (Warning)
-l (--level) integer no Level of text indentation in the file

Versions

1.0.0

Initial Verison

1.1.0

  • deleted unnessesary message

About

Simple Logger Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published