Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 451 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 451 Bytes

##About This is a logger solution for Unity project. The features are:

  • Turn on/off the logger system easy;
  • Easy set logging level and filter the necessary info;
  • An console like UI which can be used in mobile;
  • Logging info saved in files;
  • Easy remove logging code when release a product.

##Usage

  1. Log sth: Logger.Info(Waring/Error);
  2. Show/Hide logging UI: LogCollector.Show.Hide.

##Plan Under release

##Author tnqiang

##License MIT