Juansero29 / SFDScripts

My Superfighters Deluxe Scripts
GNU Lesser General Public License v2.1
1 stars 3 forks source link

Make a logging system that actually writes exceptions and time stamps in a file so that if necessary the file can be read to easily identify sources of problems #16

Closed Juansero29 closed 3 years ago

Juansero29 commented 3 years ago

Use DebugLogger for this purpose

Juansero29 commented 3 years ago

Opted for just doing logs on the chat for now, but log reporting on files should still be looked into

Juansero29 commented 3 years ago

Just asked Odex about this

Juansero29 commented 3 years ago

Asked in map editor discord server

Juansero29 commented 3 years ago

The only way to do this is to write using LocalStorage or SharedStorage. Maybe I have to go through that to write the errors and exceptions. For now, I think I will just leave it as is. If the feature is really necessary, the issue can be reopened in the future.