MiniInspector.st
changeset 20847 da16b44cb640
parent 20842 57ae16d01413
child 21024 8734987eb5c7
child 23651 20175dbb7642
--- a/MiniInspector.st	Sat Nov 05 13:27:58 2016 +0100
+++ b/MiniInspector.st	Sat Nov 05 13:28:03 2016 +0100
@@ -43,10 +43,16 @@
     Sometimes useful as a last chance to fix a broken UI / event handling.
     Needs a console.
 
-    MiniInspector openOn: Display
+        MiniInspector openOn: Display
+
+    Attention:
+        all printing is done via lowLevel _errorPrint messages,
+        to ensure that output is to stderr, even if a logger is present, 
+        or Stderr has been set to some other stream (Transcript).
+        Also to avoid the logger's interfering and adding imestamp information.
 
     [author:]
-	Claus Gittinger
+        Claus Gittinger
 "
 ! !