IODA Bundle
ODBApplication.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 1996-2012 ECMWF.
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  * In applying this licence, ECMWF does not waive the privileges and immunities
7  * granted to it by virtue of its status as an intergovernmental organisation nor
8  * does it submit to any jurisdiction.
9  */
10 
11 /// \file ODBApplication.h
12 ///
13 /// @author Piotr Kuchta, ECMWF, Feb 2009
14 
15 #ifndef ODBApplication_H
16 #define ODBApplication_H
17 
18 #include "eckit/runtime/Tool.h"
19 #include "odc/CommandLineParser.h"
20 
21 namespace odc {
22 namespace tool {
23 
24 class ODBApplication : public eckit::Tool {
25 public:
26 
27  ODBApplication (int argc, char **argv);
28  virtual ~ODBApplication ();
29 
31 
32 private:
33 
34  virtual eckit::LogTarget* createInfoLogTarget() const;
35  virtual eckit::LogTarget* createWarningLogTarget() const;
36  virtual eckit::LogTarget* createErrorLogTarget() const;
37  virtual eckit::LogTarget* createDebugLogTarget() const;
38 
40 };
41 
42 } // namespace tool
43 } // namespace odc
44 
45 #endif
virtual eckit::LogTarget * createDebugLogTarget() const
CommandLineParser & commandLineParser()
virtual eckit::LogTarget * createErrorLogTarget() const
virtual eckit::LogTarget * createWarningLogTarget() const
virtual eckit::LogTarget * createInfoLogTarget() const
ODBApplication(int argc, char **argv)
CommandLineParser clp_
Definition: ColumnInfo.h:23