Changeset 342 for trunk/include/cppbase/bs_logger.h
- Timestamp:
- Nov 30, 2006, 11:03:24 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/cppbase/bs_logger.h
r312 r342 12 12 13 13 /* 14 * This file Copyright (C) 1999-200 2Ulrich Mller.14 * This file Copyright (C) 1999-2006 Ulrich Mller. 15 15 * This program is free software; you can redistribute it and/or modify 16 16 * it under the terms of the GNU General Public License as published by … … 131 131 * 132 132 *@@added V0.9.9 (2001-03-30) [umoeller] 133 *@@changed WarpIN V1.0.14 (2006-11-30) [pr]: added WriteRaw 133 134 */ 134 135 … … 151 152 void Write(const char *pcszFormat, 152 153 ...); 154 155 // WarpIN V1.0.14 (2006-11-30) [pr] 156 void WriteRawV(const char *pcszFormat, 157 va_list arg_ptr); 158 159 void WriteRaw(const char *pcszFormat, 160 ...); 153 161 }; 154 162
Note:
See TracChangeset
for help on using the changeset viewer.