Template:ApplicationBaseProperties: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{{hlevel|===}}}ostream AppLog, AppLog.File, AppLog.Screen (w){{{hlevel|===}}} | {{{hlevel|===}}}ostream AppLog, AppLog.File, AppLog.Screen (w){{{hlevel|===}}} | ||
Inheriting from [[Programming Reference:ApplicationBase Class|<tt>ApplicationBase</tt>]], descendants of <tt>{{{classname}}}</tt> have access | Inheriting from [[Programming Reference:ApplicationBase Class|<tt>ApplicationBase</tt>]], descendants of <tt>{{{classname}}}</tt> have access | ||
to the [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog</tt>]], [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog.File</tt>]], and [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog.Screen</tt>]] streams which are members of <tt>ApplicationBase</tt>. | to the [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog</tt>]], [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog.File</tt>]], and [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog.Screen</tt>]] streams which are members of <tt>ApplicationBase</tt>. | ||
These streams allow convenient output into an application log file (<tt>AppLog.File</tt>), an application log window (<tt>AppLog.Screen</tt>), and both simultaneously (<tt>AppLog</tt>). | These streams allow convenient output into an application log file (<tt>AppLog.File</tt>), an application log window (<tt>AppLog.Screen</tt>), and both simultaneously (<tt>AppLog</tt>). | ||
Revision as of 12:23, 19 August 2008
ostream AppLog, AppLog.File, AppLog.Screen (w)
Inheriting from ApplicationBase, descendants of {{{classname}}} have access to the AppLog, AppLog.File, and AppLog.Screen streams which are members of ApplicationBase. These streams allow convenient output into an application log file (AppLog.File), an application log window (AppLog.Screen), and both simultaneously (AppLog).