getErrorLog
Class: slmetric.Engine
Package: slmetric
(To be removed) Get error log
slmetric.Engine.getErrorLog
will be removed in a future release.
For size, architecture, and complexity metrics, use the metric.Engine
API
and the model maintainability metrics instead. For more information, see metric.Engine
and Collect Model Maintainability Metrics Programmatically.
Description
Get a log of errors and warnings that occurred during metric data collection of a specified metric engine object. The log includes errors that occurred during the execution of metric algorithms, model compilation, and metric data validation.
.metricLog
= getErrorLog(metric_engine
)