Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-12-17 17:40:53 +0000
committerUwe Stieber2011-12-17 17:40:53 +0000
commit5b5dcf236034b834b3772f3b3bc9145a54c8d2b4 (patch)
treee1dbc0e07a8c7d73b3a77bdb3084ce7abcaf7bd1 /target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
parent7160dea98dd3515cbd8002965e721e028fa2e236 (diff)
downloadorg.eclipse.tcf-5b5dcf236034b834b3772f3b3bc9145a54c8d2b4.tar.gz
org.eclipse.tcf-5b5dcf236034b834b3772f3b3bc9145a54c8d2b4.tar.xz
org.eclipse.tcf-5b5dcf236034b834b3772f3b3bc9145a54c8d2b4.zip
Target Explorer: Add TCF logging preference page
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
index 8ee194c98..718d8c85d 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
@@ -67,3 +67,16 @@ DeleteCommandHandler_error_deleteFailed=Failed to delete static peer.
AgentSelectionDialog_dialogTitle=Select Agent(s)
AgentSelectionDialog_title=Select Agent(s)
AgentSelectionDialog_message=Select the agent(s) for the operation to perform.
+
+# ***** Preference Pages *****
+
+LoggingPreferencePage_label=Logging settings for agent communication:
+LoggingPreferencePage_enabled_label=Enable logging
+LoggingPreferencePage_monitorEnabled_label=Enable agent communication monitor
+LoggingPreferencePage_filterGroup_label=Event Filter Settings
+LoggingPreferencePage_showHeartbeats_label=Log peer heart beat events
+LoggingPreferencePage_showFrameworkEvents_label=Log low-level framework events
+LoggingPreferencePage_logfileGroup_label=Log File Settings
+LoggingPreferencePage_maxFileSize_label=Maximum Log File Size:
+LoggingPreferencePage_maxFileSize_error=Invalid Log File Size.
+LoggingPreferencePage_maxFilesInCycle_label=Maximum # of Files in Rotation:

Back to the top