Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

*A asynchronous File logger for Android

InitLogger

 //Log file dir
 AsynLogger.setPath(FileHandler_.getInstance_(context).getFileDirByType(DataDir.LOG));
 //Max log file size
 AsynLogger.setMax_size(20*1024);
 //max log file count
 AsynLogger.setMax_files(3);

#Log

 AsynLogger.getInstance().log(message);

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages