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 the "Application Data" folder. Under Windows Vista and later it is located under the "C:\ProgramData" folder, while under versions of Windows prior to Vista it is located under the "C:\Documents and Settings\All Users" folder. |