diff options
Diffstat (limited to 'docs/logging.md')
-rw-r--r-- | docs/logging.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/logging.md b/docs/logging.md index a11a943..a495a7a 100644 --- a/docs/logging.md +++ b/docs/logging.md | |||
@@ -19,8 +19,10 @@ For debugging purposes a logging framework is required. Simple qDebugs() proved | |||
19 | 19 | ||
20 | ## Collected information | 20 | ## Collected information |
21 | Additionally to the regular message we want: | 21 | Additionally to the regular message we want: |
22 | |||
22 | * pid | 23 | * pid |
23 | * threadid? | 24 | * threadid? |
24 | * timestamp | 25 | * timestamp |
25 | * sourcefile + position + function name | 26 | * sourcefile + position + function name |
26 | * application name | 27 | * application name / resource identfier |
28 | * component identifier (i.e. resource access) | ||