(file) Return to Logger.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Logger.h between version 1.15 and 1.16

version 1.15, 2003/07/16 14:16:22 version 1.16, 2003/10/16 19:26:36
Line 108 
Line 108 
                     const Formatter::Arg& arg9 = Formatter::Arg());                     const Formatter::Arg& arg9 = Formatter::Arg());
  
 // l10n // l10n
   #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES
     /** put_l - Puts a localized message to the defined log file     /** put_l - Puts a localized message to the defined log file
         @param logFileType - Type of log file (Trace, etc.)         @param logFileType - Type of log file (Trace, etc.)
         @param systemId  - ID of the system generating the log entry within         @param systemId  - ID of the system generating the log entry within
Line 144 
Line 145 
                     const Formatter::Arg& arg7 = Formatter::Arg(),                     const Formatter::Arg& arg7 = Formatter::Arg(),
                     const Formatter::Arg& arg8 = Formatter::Arg(),                     const Formatter::Arg& arg8 = Formatter::Arg(),
                     const Formatter::Arg& arg9 = Formatter::Arg());                     const Formatter::Arg& arg9 = Formatter::Arg());
   #endif
  
  
     // _trace - puts a message to the define log.  Should only be used     // _trace - puts a message to the define log.  Should only be used
Line 166 
Line 168 
  
  
 // l10n // l10n
   #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES
     // trace - puts a localized message to the log.  Should only be used     // trace - puts a localized message to the log.  Should only be used
     // for trace type logs     // for trace type logs
     static void trace_l(     static void trace_l(
Line 184 
Line 187 
                        const Formatter::Arg& arg7 = Formatter::Arg(),                        const Formatter::Arg& arg7 = Formatter::Arg(),
                        const Formatter::Arg& arg8 = Formatter::Arg(),                        const Formatter::Arg& arg8 = Formatter::Arg(),
                        const Formatter::Arg& arg9 = Formatter::Arg());                        const Formatter::Arg& arg9 = Formatter::Arg());
   #endif
  
  
     /** setHomeDirectory     /** setHomeDirectory


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2