Loading...
Searching...
No Matches
com.gams.api.GAMSOptions.ELogLine Enum Reference

Amount of line tracing to the log file. More...

Public Member Functions

int value ()
 Get the int value of this enumerated LogLine.
 

Static Public Member Functions

static ELogLine lookup (int val)
 Lookup all logLines.
 

Public Attributes

 NoTracing =(0)
 No line tracing.
 
 MinimumTracing =(1)
 Minimum line tracing.
 
 Automatic =(2)
 Automatic and visually pleasing.
 
 UndefinedLogLine =(3)
 Undefined LogLine.
 

Detailed Description

Amount of line tracing to the log file.

Member Function Documentation

◆ lookup()

static ELogLine com.gams.api.GAMSOptions.ELogLine.lookup ( int  val)
static

Lookup all logLines.

Parameters
valan 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

Member Data Documentation

◆ Automatic

com.gams.api.GAMSOptions.ELogLine.Automatic =(2)

Automatic and visually pleasing.

◆ MinimumTracing

com.gams.api.GAMSOptions.ELogLine.MinimumTracing =(1)

Minimum line tracing.

◆ NoTracing

com.gams.api.GAMSOptions.ELogLine.NoTracing =(0)

No line tracing.

◆ UndefinedLogLine

com.gams.api.GAMSOptions.ELogLine.UndefinedLogLine =(3)

Undefined LogLine.