OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimTrace.cpp
Go to the documentation of this file.
1 //*****************************************************************************
2 // FILE: ossimTrace.cc
3 //
4 // Copyright (C) 2001 ImageLinks, Inc.
5 //
6 // License: LGPL
7 //
8 // See LICENSE.txt file in the top level directory for more details.
9 //
10 // DESCRIPTION:
11 // Contains implementation of class ossimTrace
12 //
13 // SOFTWARE HISTORY:
14 //>
15 // 24Apr2001 Oscar Kramer
16 // Initial coding.
17 //<
18 //*****************************************************************************
19 // $Id: ossimTrace.cpp 9094 2006-06-13 19:12:40Z dburken $
20 
21 #include <ossim/base/ossimTrace.h>
23 #include <ossim/base/ossimCommon.h>
24 //*****************************************************************************
25 // CONSTRUCTOR: ossimTrace
26 //
27 //*****************************************************************************
29  :
30  theTraceName (trace_name),
31  theEnabledFlag (false)
32 {
34 }
35 
37 {
39 }
40 
static ossimTraceManager * instance()
ossimTrace(const ossimString &trace_name)
Definition: ossimTrace.cpp:28
void addTrace(ossimTrace *traceObj)
void removeTrace(ossimTrace *traceObj)