Changeset 601
- Timestamp:
- May 7, 2004, 11:22:07 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psTrace.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psTrace.h
r370 r601 19 19 20 20 /// Set trace level 21 int ps SetTraceLevel(const char *facil, ///< facilty of interest21 int psTraceSetLevel(const char *facil, ///< facilty of interest 22 22 int level) ///< desired trace level 23 23 ; 24 24 25 25 /// Get the trace level 26 int ps GetTraceLevel(const char *facil) ///< facilty of interest26 int psTraceGetLevel(const char *facil) ///< facilty of interest 27 27 ; 28 28 … … 32 32 33 33 /// print trace levels 34 void ps PrintTraceLevels(void)34 void psTracePrintLevels(void) 35 35 ; 36 37 /** Set destination for tracing. */ 38 void psTraceSetDestination(const char *filename // File to write to 39 ); 36 40 37 41 /* \} */ // End of SystemGroup Functions
Note:
See TracChangeset
for help on using the changeset viewer.
