Wiki source code of 5. Logfile

Version 2.1 by teamwire001 on 2021/07/16 10:15

Hide last authors
teamwire001 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
teamwire001 2.1 5 * **registration_failure.txt**
6 This file tracks incidents during the registration routine
teamwire001 1.1 7
teamwire001 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
teamwire001 1.1 10
teamwire001 2.1 11 * **log.txt**
12 This file tracks all high level incidents caused by the app itself
teamwire001 1.1 13
teamwire001 2.1 14 ## ##
teamwire001 1.1 15
teamwire001 2.1 16 (% class="lead" %)
17 Depending on the desktop's OS, these files are stored in different directories.
teamwire001 1.1 18
teamwire001 2.1 19 {{id name="windows"/}}
teamwire001 1.1 20
teamwire001 2.1 21 = Windows =
teamwire001 1.1 22
teamwire001 2.1 23 |(% style="width:30%" %)**Local user directory** (default)|{{code language="plain"}}%LOCALAPPDATA%\Teamwire\User Data\Default\{{/code}}
24 e.g.## ## ##C:\Users\USERNAME\AppData\Local\Teamwire\User Data\Default\##
25 |**Roaming user directory** (##/APPDATA=TRUE##)
26 [[^^What is that?^^>>doc:Public.Applications.Desktop.Silent-Installation.WebHome||anchor="roamingdir"]]|{{code language="plain"}}%APPDATA%\Teamwire\User Data\Default\{{/code}}
27 e.g.## ## ##C:\Users\USERNAME\AppData\Roaming\Teamwire\User Data\Default\##
28 |**Custom user directory** (##/USERDATADIR=<path>##)
29 [[^^What is that?^^>>doc:Public.Applications.Desktop.Silent-Installation.WebHome||anchor="customdir"]]|{{code language="plain"}}<path>\Teamwire\User Data\Default\{{/code}}
30 e.g.## ## ##H:\Installations\Teamwire\User Data\Default\##
teamwire001 1.1 31
teamwire001 2.1 32 {{id name="macos"/}}
teamwire001 1.1 33
teamwire001 2.1 34 = macOS =
teamwire001 1.1 35
teamwire001 2.1 36 On macOS the logfiles are always stored to
teamwire001 1.1 37
teamwire001 2.1 38 {{code language="plain"}}/Library/Application Support/Teamwire/Default/{{/code}} ## ##
teamwire001 1.1 39
40
teamwire001 2.1 41 {{id name="linux"/}}
teamwire001 1.1 42
teamwire001 2.1 43 = Linux =
teamwire001 1.1 44
teamwire001 2.1 45 On Linux the logfiles are always stored to
teamwire001 1.1 46
teamwire001 2.1 47 {{code language="plain"}}/.config/Teamwire/Default/{{/code}} ## ##
teamwire001 1.1 48
49 ## ##