00001 #ifndef logging_H 00002 #define logging_H 00003 00004 /******************************************************************************* 00005 * ALMA - Atacama Large Millimiter Array 00006 * (c) European Southern Observatory, 2002 00007 * Copyright by ESO (in the framework of the ALMA collaboration) 00008 * and Cosylab 2002, All rights reserved 00009 * 00010 * This library is free software; you can redistribute it and/or 00011 * modify it under the terms of the GNU Lesser General Public 00012 * License as published by the Free Software Foundation; either 00013 * version 2.1 of the License, or (at your option) any later version. 00014 * 00015 * This library is distributed in the hope that it will be useful, 00016 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00017 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00018 * Lesser General Public License for more details. 00019 * 00020 * You should have received a copy of the GNU Lesser General Public 00021 * License along with this library; if not, write to the Free Software 00022 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00023 * 00024 * "@(#) $Id: logging.h,v 1.49 2006/01/05 22:59:08 dfugate Exp $" 00025 * 00026 * who when what 00027 * -------- ---------- ---------------------------------------------- 00028 * bjeram 2003-03-06 added #include <ace/Log_Record.h> (needed by ACE/TAO x.3) 00029 * bjeram 2002-04-10 added setStdio 00030 * msekoran 2001-12-17 added CL failure detection, logging to syslog, file, ... 00031 * bjeram 2001-09-13 added logXML(...) method 00032 * bjeram 2001-08 added ACS_LOG_TIME macro 00033 * msekoran 2001-07-12 renamed m_data and m_flags variables in LoggingTSSStorage class 00034 * msekoran 2001-06-08 Implementation according new specifications 00035 * almamgr 2000-12-03 Removed static and changed to char* from filename and oldfilename 00036 * almamgr 2000-12-03 created 00037 */ 00038 00039 #ifndef __cplusplus 00040 #error This is a C++ include file and cannot be used from plain C 00041 #endif 00042 00043 #include "loggingGetLogger.h" 00044 #include "loggingACEMACROS.h" 00045 00046 #endif