User bio
404 bio not found
Member since Mar 3, 2020
Replies:

Did you take a look at the SYS.ApplicationError class? It has methods and class queries for reading the Application Error Log.

For example, to get the dates when errors were logged for a particular namespace TEST, you can use

do ##class(%ResultSet).RunQuery("SYS.ApplicationError", "DateList", "TEST")  

Or to manually parse the results, you can use

set $NAMESPACE = "%SYS"
set resultSet = ##class(%Library.ResultSet).%New("SYS.ApplicationError:DateList")
set status = resultSet.%Execute("TEST")
Certifications & Credly badges:
Igor has no Certifications & Credly badges yet.
Global Masters badges:
Igor has no Global Masters badges yet.
Followers:
Igor has no followers yet.
Following:
Igor has not followed anybody yet.