You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terminal/plugins/org.eclipse.tm.terminal.control/src/org/eclipse/tm/internal/terminal/provisional/api/Logger.java
+28-12Lines changed: 28 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,8 @@ public static final boolean isLogEnabled() {
164
164
* Logs the specified message. Do not append a newline to parameter
165
165
* <i>message</i>. This method does that for you.
166
166
*
167
+
* Does not write to the message to the Eclipse log
168
+
*
167
169
* @param message A String containing the message to log.
168
170
*/
169
171
publicstaticfinalvoidlog(Stringmessage) {
@@ -174,29 +176,43 @@ public static final void log(String message) {
174
176
}
175
177
176
178
/**
177
-
* Writes a stack trace for an exception to both Standard Error and to the
178
-
* log file.
179
+
* Writes an error message to the Terminal log and the Eclipse log
0 commit comments