Ignore:
Timestamp:
Nov 30, 2006, 11:03:24 AM (19 years ago)
Author:
pr
Message:

Add WriteRaw()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cppbase/bs_logger.h

    r312 r342  
    1212
    1313/*
    14  *      This file Copyright (C) 1999-2002 Ulrich M”ller.
     14 *      This file Copyright (C) 1999-2006 Ulrich M”ller.
    1515 *      This program is free software; you can redistribute it and/or modify
    1616 *      it under the terms of the GNU General Public License as published by
     
    131131     *
    132132     *@@added V0.9.9 (2001-03-30) [umoeller]
     133     *@@changed WarpIN V1.0.14 (2006-11-30) [pr]: added WriteRaw
    133134     */
    134135
     
    151152            void Write(const char *pcszFormat,
    152153                       ...);
     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                            ...);
    153161    };
    154162
Note: See TracChangeset for help on using the changeset viewer.