LogSettings contains the logging settings for the rendering engine.
Methods
Name |
Description |
Gets or sets the log file name. The default location is "%APP_DATA%\Ecrion\Log". |
|
Gets or sets the log level. Values are of the type LogLevel. |
Gets the file name that will receive the log's content.
public java.lang.String GetLogFile()
Sets the file name that will receive the log's content. The default location is jar folder.
public void SetLogFile(java.lang.String file)
Gets or sets the log level.
public int GetLogLevel()
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".