Loading...
Searching...
No Matches
Amount of line tracing to the log file.
More...
|
int | value () |
| Get the int value of this enumerated LogLine.
|
|
Amount of line tracing to the log file.
◆ lookup()
static ELogLine com.gams.api.GAMSOptions.ELogLine.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all logLines.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated LogLine that has the specified value, or UndefinedLogLine if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.ELogLine.value |
( |
| ) |
|
Get the int value of this enumerated LogLine.
- Returns
- the logLine value
◆ Automatic
com.gams.api.GAMSOptions.ELogLine.Automatic =(2) |
Automatic and visually pleasing.
◆ MinimumTracing
com.gams.api.GAMSOptions.ELogLine.MinimumTracing =(1) |
◆ NoTracing
com.gams.api.GAMSOptions.ELogLine.NoTracing =(0) |
◆ UndefinedLogLine
com.gams.api.GAMSOptions.ELogLine.UndefinedLogLine =(3) |