(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.17

version 1.15, 2003/07/16 14:16:22 version 1.17, 2003/10/22 14:26:03
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2003////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,  // Copyright (c) 2000, 2001, 2002  BMC Software, Hewlett-Packard Development
 // The Open Group, Tivoli Systems  // Company, L. P., IBM Corp., The Open Group, Tivoli Systems.
   // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.;
   // IBM Corp.; EMC Corporation, The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 108 
Line 110 
                     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 147 
                     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 170 
  
  
 // 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 189 
                        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.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2