-
-
Notifications
You must be signed in to change notification settings - Fork 7
Not all Errors being recorded #134
Copy link
Copy link
Open
Labels
BugFeature/something in the app that doesnt work as intended. However the app still worksFeature/something in the app that doesnt work as intended. However the app still works
Description
Activity
Metadata
Metadata
Assignees
Labels
BugFeature/something in the app that doesnt work as intended. However the app still worksFeature/something in the app that doesnt work as intended. However the app still works
Error class does not record all errors to all the spot.
Should Do as follows per error:
store error in datastore
try
log to std file
catch
try
make random errorlogname log to file
catch
F IT
do Error log file size check()
try
log to eventlog
catch
log to file
send to each log forwarder when all searching is done.