Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
log_tag_type [2013/08/07 15:00]
admin [Automatic Conversions]
log_tag_type [2015/11/22 16:58]
admin
Line 5: Line 5:
 ==== Log Level ==== ==== Log Level ====
  
-Dinamica has two different log levels: the main level, defined in "​Tools ​-> Options | General | Main Log", ​ and the secondary level, defined in "​Edit ​-> Log Level"​. The main level controls what is written into the files ''​debug.txt''​ and ''​log.txt''​. Theses files are usually created in corresponding Dinamica user folder. The secondary level defines what is displayed in the GUI Message Log. +Dinamica has two different log levels: the main level, defined in "​Tools ​=> Options | General | Main Log", ​ and the secondary level, defined in "​Edit ​=> Log Level"​. The main level controls what is written into the files ''​debug.txt''​ and ''​log.txt''​. Theses files are usually created in corresponding Dinamica user folder. The secondary level defines what is displayed in the GUI Message Log. 
  
 The main log levels can be seen below: The main log levels can be seen below:
Line 18: Line 18:
 |  @lightgray:​6 ​ | Debug  | Displays debug information and all the information from the levels below this.  | |  @lightgray:​6 ​ | Debug  | Displays debug information and all the information from the levels below this.  |
 |  @lightgray:​7 ​ | Debug 2  | Displays additional debug information and all the information from the levels below this.  | |  @lightgray:​7 ​ | Debug 2  | Displays additional debug information and all the information from the levels below this.  |
-|  @lightgray:​8 ​ | Trace  | Displays information for function calls and all the information from the levels below this.  | 
  
-The log files ''​debug.txt''​ and ''​log.txt''​ are typically located in the following folders: +The log files ''​debug.txt''​ and ''​log.txt''​ are typically located in the folder ​''​C:​\Users\<​User>​\Documents\Dinamica EGO''​.
- +
-^ Windows Version ^ Folder ^ +
-| Windows XP | ''​C:​\Documents and Settings\<​User>​\Documents\Dinamica EGO''​ | +
-| Windows Vista / 7 | ''​C:​\Users\<​User>​\Documents\Dinamica EGO'' ​|+
  
 The default location above can be overridden defining an environment variable ''​DINAMICA_LOG_PATH''​ containing the log path.  The default location above can be overridden defining an environment variable ''​DINAMICA_LOG_PATH''​ containing the log path. 
Line 41: Line 36:
 </​note>​ </​note>​
  
-===== Automatic Conversions ===== 
- 
-  * **Converted from**: [[Double Type]], [[Int Type]], [[Non Negative Int Type]] and [[Positive Int Type]]. 
- 
-  * **Converted to**: [[Int Type]], [[Double Type]], [[Non Negative Int Type]], [[Positive Int Type]] and [[String Type]]. 
 ===== GUI Editor ===== ===== GUI Editor =====
  
Line 63: Line 53:
 | Debug  | ''​.debug'' ​ | | Debug  | ''​.debug'' ​ |
 | Debug 2  | ''​.debug2'' ​ | | Debug 2  | ''​.debug2'' ​ |
 +
 +===== Automatic Conversions =====
 +
 +  * **Converted from**: [[Real Value Type]], [[Integer Value Type]], [[Non Negative Integer Value Type]] and [[Positive Integer Value Type]].
 +
 +  * **Converted to**: [[Real Value Type]], [[Integer Value Type]], [[Non Negative Integer Value Type]], [[Positive Integer Value Type]] and [[String Type]].