Jump to content

Application log file


This topic is 2698 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hello,

Application log can keep trace of user operations and can be used to debug some issues. 

Using database records is not enough fast in my experience, but using either a global field or a variable is not a solution in case of an application crash because data will not be saved.

A possible solution could be using this plugin to write logs to local log file directly.

My questions are:

Will that be fast enough when used intensively to log script instructions and user operations ?

Is the file opened and closed for each write instruction (so that writing are committed, otherwise it will not be useful in case of an application crash) ?

Thanks

Link to comment
Share on other sites

This topic is 2698 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.