Skip to content

philsch91/CoreFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoreFile

Handle and write text files easier and thread-safe.

Classes

  • CFTextFile
  • CFRotatableTextFile
  • CFLogFile

Enums

  • CFLogEntryType
//create and write a logfile 
//that gets automatically roatated 
//when it reaches the specified maximum size in bytes
CFLogFile logfile = new CFLogFile("File.log", 10240);
logfile.MaxCount = 5;
logfile.Write("this is a new enty",CFLogEntryType.Info);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages