TerraLib and TerraView Wiki Page

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 Both sides next revision
wiki:documentation:devguide:core:logger [2016/10/04 10:43]
carolina.santos [Default Logger]
wiki:documentation:devguide:core:logger [2016/10/04 10:43]
carolina.santos [Logger Formatting]
Line 203: Line 203:
   * ''​Channel'':​ logger name.   * ''​Channel'':​ logger name.
   * ''​Message'':​ message content.   * ''​Message'':​ message content.
-  * ''​Process'':​ process that registered ​the message.+  * ''​Process'':​ process that logged ​the message.
   * ''​ProcessID'':​ process id.   * ''​ProcessID'':​ process id.
-  * ''​ThreadID'':​ id of the thread that registered ​the message.+  * ''​ThreadID'':​ id of the thread that logged ​the message.
  
 The attributes are used as follow: ''​[%TimeStamp%] %Severity%: %Message%''​ The attributes are used as follow: ''​[%TimeStamp%] %Severity%: %Message%''​