okopanja / SharkPlanner

SharkPlanner is a mod for entry of waypoints into ABRIS and PVI-800
GNU General Public License v3.0
5 stars 2 forks source link

Logging is removed from dcs.log as much as possible #33

Closed okopanja closed 1 year ago

okopanja commented 1 year ago

Since the GUI actions are triggered from UI C code and therefore the environment, and handling with pcall it is not possible to eliminate the logging into dcs.log when error occurs within the UI invocation.

However, the entry itself should continue in case of errors.