To Use

In Log It (my-logit) you can create up to four log files, view them, print them, and clear them. You can name the file anything you want. the log files are kept in the folder http://your-domain/contents/uploads.  “.log” is appended to the filename so do you do not need to append .log yourself.

Place the code “logit(File Number, __LINE__, “Data”) anywhere in  your plugin code where you want to log data.

Arguments are:

  • File Number (1-4), number representing which log file to use.
  • __LINE__  will log the plugin line number.  
  • __FILE__ would log the plugin file name (This can be any text or blank) . Supports HTML structure.
  • Data is the data to be logged.


To View, Clear, Delete, Print, or Test Log File, first select the appropriate File # and the click Save Settings. Data is the data to be logged.



Back to: Plugin-My Logit

Comments are closed.

Comments are closed.