Displaying 3 results from an estimated 3 matches for "logoverview".
Did you mean:
langoverview
2006 Oct 19
0
[694] trunk/wxruby2/doc/textile: Added back the logging classes which were over-zealously removed when
...quot;>@@ -1,7 +1,11 @@
</span><span class="cx"> h1(#wxlog). Wx::Log
</span><span class="cx">
</span><del>-Log class defines the interface for the _log targets_ used by Widgets
-logging functions as explained in the "Log overview":logoverview.html.
</del><ins>+Log class defines the interface for the _log targets_ used by wxRuby. In
+wxRuby, only the class LogTextCtrl is generally of interest, providing
+in-application debugging and logging information. The file-based log
+targets provided by WxWidgets are generally better im...
2007 Feb 12
0
[867] trunk/wxruby2/doc/textile/log.txtl: Fix methods section, organise instance and class methods
...og target does the
+logging immediately without waiting for "Flush":logflush.html to be
+called (the standard GUI log target only shows the log dialog when it is
+flushed, so Suspend() works as expected with it).
+
+h4. See also
+
+"resume":logresume.html,
+
+"LogNull":logoverview.html
+
+h3(#Log_resume). Log.resume
+
+ *resume*()
+
+Resumes logging previously suspended by a call to
+"suspend":logsuspend.html. All messages logged in the meanwhile will be
+flushed soon.
+
+h3(#Log_dontcreateondemand). Log.dont_create_on_demand
+
+ *dont_create_on_demand*()
+
+Inst...
2006 Nov 26
0
[758] trunk/wxruby2: i18n support: added Locale class, methods for get/set languages & encodings
...is specified (and then only this catalog/domain is
+searched).
</ins><span class="cx">
</span><del>-Returns original string if translation is not available
-(in this case an error message is generated the first time
-a string is not found; use "LogNull":logoverview.html to suppress it).
</del><ins>+Returns original string if translation is not available (in this case an
+error message is generated the first time a string is not found; use
+"LogNull":logoverview.html to suppress it).
</ins><span class="cx">
</spa...