Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Aug 16, 2024
1 parent 28f70ad commit 92470e8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions include/gz/common/Console.hh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ namespace gz
/// \param[in] _file Name of log file for ignlog messages.
#define gzLogInit(_dir, _file)\
gz::common::Console::Init(_dir, _file)

/// \brief Close the file used for logging.
#define gzLogClose()\
gz::common::Console::Close()
Expand Down Expand Up @@ -177,14 +177,14 @@ namespace gz
/// \brief The level of verbosity, the default level is 1.
private: static int verbosity;

//GZ_UTILS_WARN_IGNORE__DLL_INTERFACE_MISSING
GZ_UTILS_WARN_IGNORE__DLL_INTERFACE_MISSING
/// \brief A custom prefix. See SetPrefix().
private: static std::string customPrefix;

/// \brief Stores the full path of the directory where all the log files
/// are stored.
private: std::string logDirectory;
//GZ_UTILS_WARN_RESUME__DLL_INTERFACE_MISSING
GZ_UTILS_WARN_RESUME__DLL_INTERFACE_MISSING
};
}
}
Expand Down
1 change: 0 additions & 1 deletion src/Console_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#include <gtest/gtest.h>
#include <stdlib.h>
#include <fstream>

#include "gz/common/Console.hh"
#include "gz/common/Filesystem.hh"
Expand Down
1 change: 0 additions & 1 deletion test/integration/console.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/

#include <gtest/gtest.h>
#include <fstream>

#include <gz/common/Console.hh>
#include <gz/common/testing/TestPaths.hh>
Expand Down
1 change: 0 additions & 1 deletion testing/include/gz/common/testing/detail/AutoLogFixture.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#ifndef GZ_COMMON_TESTING_DETAIL_AUTOLOGFIXTURE_HH_
#define GZ_COMMON_TESTING_DETAIL_AUTOLOGFIXTURE_HH_

#include <fstream>
#include <memory>
#include <string>

Expand Down

0 comments on commit 92470e8

Please sign in to comment.