Back to Sparse Direct Solver (SuperLU)
slu.core.enableDetailedLogging
Enable or disable detailed logging.
Syntax
slu.core.enableDetailedLogging(level?)
Description
Enable or disable detailed logging. Controls the verbosity of diagnostic output from solve operations. Logging levels: - 0: Off (default) - 1: Basic (errors and warnings only) - 2: Detailed (includes timing and statistics) - 3: Verbose (includes internal operations)
Parameters
| Name | Description |
|---|---|
| level(optional) | - Logging level (0-3) |
Returns
void