Wiki source code of 6. Logfile
Version 3.1 by teamwire001 on 2023/11/07 11:37
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | Of course we hope you will not run into any issues using Teamwire. Still, if you have found a bug or have troubles using our product, we reckon on your feedback, so we can improve the software. |
2 | |||
3 | To provide you with the best support we rely on the information you can give to us when reporting an error. Please send us a detailed description of your experience and a technical error report. Therefore Teamwire creates the following reports: | ||
4 | |||
![]() |
2.1 | 5 | * **registration_failure.txt** |
6 | This file tracks incidents during the registration routine | ||
![]() |
1.1 | 7 | |
![]() |
2.1 | 8 | * **exceptions.log** |
9 | This file tracks low level incidents not caused by the app's code, e.g. file or directoy permissions | ||
![]() |
1.1 | 10 | |
![]() |
2.1 | 11 | * **log.txt** |
12 | This file tracks all high level incidents caused by the app itself | ||
![]() |
1.1 | 13 | |
![]() |
2.1 | 14 | ## ## |
![]() |
1.1 | 15 | |
![]() |
2.1 | 16 | (% class="lead" %) |
17 | Depending on the desktop's OS, these files are stored in different directories. | ||
![]() |
1.1 | 18 | |
![]() |
2.1 | 19 | {{id name="windows"/}} |
![]() |
1.1 | 20 | |
![]() |
2.1 | 21 | = Windows = |
![]() |
1.1 | 22 | |
![]() |
2.3 | 23 | |(% style="width:20%" %)**Local user directory** (default)|{{code language="plain"}}%LOCALAPPDATA%\Teamwire\User Data\Default\Logs{{/code}} |
24 | e.g. C:\Users\USERNAME\AppData\Local\Teamwire\User Data\Default\Logs | ||
25 | |**Roaming user directory** | ||
![]() |
3.1 | 26 | [[^^What is that?^^>>doc:Public.Applications.Desktop.Windows-Install-Options.WebHome||anchor="roamingdir"]]|{{code language="plain"}}%APPDATA%\Teamwire\User Data\Default\Logs{{/code}} |
![]() |
2.3 | 27 | e.g. C:\Users\USERNAME\AppData\Roaming\Teamwire\User Data\Default\Logs |
28 | |**Custom user directory** | ||
![]() |
3.1 | 29 | [[^^What is that?^^>>doc:Public.Applications.Desktop.Windows-Install-Options.WebHome||anchor="customdir"]]|{{code language="plain"}}<path>\Teamwire\User Data\Default\Logs{{/code}} |
![]() |
2.3 | 30 | e.g. H:\Installations\Teamwire\User Data\Default\Logs |
![]() |
1.1 | 31 | |
![]() |
2.1 | 32 | {{id name="macos"/}} |
![]() |
1.1 | 33 | |
![]() |
2.1 | 34 | = macOS = |
![]() |
1.1 | 35 | |
![]() |
2.1 | 36 | On macOS the logfiles are always stored to |
![]() |
1.1 | 37 | |
![]() |
2.3 | 38 | {{code language="plain"}}~/Library/Application Support/Teamwire/Default/Logs{{/code}} ## ## |
![]() |
1.1 | 39 | |
40 | |||
![]() |
2.1 | 41 | {{id name="linux"/}} |
![]() |
1.1 | 42 | |
![]() |
2.1 | 43 | = Linux = |
![]() |
1.1 | 44 | |
![]() |
2.1 | 45 | On Linux the logfiles are always stored to |
![]() |
1.1 | 46 | |
![]() |
2.3 | 47 | {{code language="plain"}}~/.config/Teamwire/Default/Logs{{/code}} ## ## |
![]() |
1.1 | 48 | |
49 | ## ## |