com.ptc.windchill.upgrade.dust
Class ExportLogging
java.lang.Object
com.ptc.windchill.upgrade.dust.ExportLogging
- public class ExportLogging
- extends Object
Performs I/O for the export service.
DEVELOPER_MODE
private static final boolean DEVELOPER_MODE
- See Also:
- Constant Field Values
RESOURCE
private static final String RESOURCE
STDERR
private static final String STDERR
- See Also:
- Constant Field Values
timerStats
private TimerStats timerStats
log_
private PrintWriter log_
logLocation_
private String logLocation_
serverUrl_
private String serverUrl_
userAdminName
private String userAdminName
props
private WTProperties props
ExportLogging
public ExportLogging()
throws WTException
finalize
protected void finalize()
throws Throwable
- Throws:
Throwable
getLog
protected final PrintWriter getLog()
getLogLocation
protected final String getLogLocation()
report
protected void report(String message)
report
protected void report(String message_key,
Object[] args)
warning
protected void warning(String localized_message)
warning
protected void warning(String message_key,
Object[] args)
sendFeedback
protected boolean sendFeedback(String msg)
throws InterruptedException
- Throws:
InterruptedException
getServerUrl
public final String getServerUrl()