Class ecrion.ultrascale.LogSettings

Top Previous Topic Next Topic  Print this topic

LogSettings contains the logging settings for the rendering engine.

 

Methods

 

Name

Description

GetLogFile/SetLogFile

Gets or sets the log file name. The default location is "%APP_DATA%\Ecrion\Log".

GetLogLevel/SetLogLevel

Gets or sets the log level. Values are of the type LogLevel.

 

GetLogFile

Gets the file name that will receive the log's content.

 

 

public java.lang.String GetLogFile()

 

 

SetLogFile

Sets the file name that will receive the log's content. The default location is jar folder.

 

 

public void SetLogFile(java.lang.String file)

 

 

GetLogLevel

Gets or sets the log level.

 

 

public int GetLogLevel()

 

 

 

SetLogLevel

Sets the log level. If no log file is already specified, a default location will be assigned.

 

 

public void SetLogLevel(int logLevel)

 

 

Note: %APP_DATA% refers to your Application Data folder. Under Windows Vista and later it's located at "C:\ProgramData", while under versions of Windows prior to Vista it's located at "C:\Documents and Settings\All Users\Application Data".