Teamcenter C++ API Reference  2312
TcMainLogger.hxx
Go to the documentation of this file.
1 // Copyright 2022 Siemens Digital Industries Software
2 // ==================================================
3 // Copyright 2013.
4 // Siemens Product Lifecycle Management Software Inc.
5 // All Rights Reserved.
6 // ==================================================
7 // Copyright 2022 Siemens Digital Industries Software
13 /* */
14 
15 #ifndef TCMAINLOGGER_HXX
16 #define TCMAINLOGGER_HXX
17 
18 #include <mld/logging/Logger.hxx>
19 #include <mld/libmld_exports.h>
20 
42 namespace Teamcenter
43 {
44  namespace Main
45  {
51  extern MLD_API Teamcenter::Logging::Logger* logger();
52  }
53 };
55 #include <mld/libmld_undef.h>
56 #endif