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

Diff for /pegasus/src/Pegasus/Common/TraceFileHandlerWindows.cpp between version 1.4 and 1.9

version 1.4, 2003/07/31 14:37:51 version 1.9, 2006/10/13 18:04:49
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // 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.
   // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; Symantec 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 67 
Line 75 
             //l10n             //l10n
             //Logger::put(Logger::DEBUG_LOG,"Tracer",Logger::WARNING,             //Logger::put(Logger::DEBUG_LOG,"Tracer",Logger::WARNING,
                 //"Unable to write trace message to File $0",_fileName);                 //"Unable to write trace message to File $0",_fileName);
               Logger::put_l(Logger::DEBUG_LOG,"Tracer",Logger::WARNING,                Logger::put_l(Logger::DEBUG_LOG,System::CIMSERVER,Logger::WARNING,
                 "Common.TraceFileHandlerWindows.UNABLE_TO_WRITE_TRACE_TO_FILE",                 "Common.TraceFileHandlerWindows.UNABLE_TO_WRITE_TRACE_TO_FILE",
                 "Unable to write trace message to File $0",_fileName);                 "Unable to write trace message to File $0",_fileName);
         }         }
Line 83 
Line 91 
         //l10n         //l10n
         //Logger::put(Logger::DEBUG_LOG,"Tracer",Logger::WARNING,         //Logger::put(Logger::DEBUG_LOG,"Tracer",Logger::WARNING,
             //"Invalid file handle for file $0",_fileName);             //"Invalid file handle for file $0",_fileName);
       Logger::put_l(Logger::DEBUG_LOG,"Tracer",Logger::WARNING,        Logger::put_l(Logger::DEBUG_LOG,System::CIMSERVER,"Logger::WARNING,
                 "Common.TraceFileHandlerWindows.INVALID_FILE_HANDLE",                 "Common.TraceFileHandlerWindows.INVALID_FILE_HANDLE",
             "Invalid file handle for file $0",_fileName);             "Invalid file handle for file $0",_fileName);
     }     }


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2