Beschreibung
Speichert die Logs komplett in einer Datei (vgl. Logging)
Syntax
Export-TPHubLogFile -Path [-Proxy <string>]
| Parameter | Beschreibung |
| -Path | Pfad zur Logdatei |
| -Proxy | • optional (ab Firmware-Version 1.1): Adresse des Proxy-Servers • kann auch global mit Set-TPHubProxy festgelegt werden |
Beispiel
Logs in einer Datei speichern, hier: log_2016-03-23.log
Export-TPHubLogFile -Path "C:\ThinPrint Hub\log_2016-03-23.log"
