Skip to content

kmax96/Logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Logging

This is a C# class to write text log in a txt file Normally, i use it on error handling

Open a LOG folder in the root, and assign write permission when trigger: Logging.writeLog("Hi");

it will add a new line to txt file

Remarks: each day will only save 1 new file, if any logging triggered.
all logging in the same day will append in same file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages