Go to the documentation of this file.
30 #ifndef __CLAW_LOG_LEVEL_HPP__
31 #define __CLAW_LOG_LEVEL_HPP__
35 #ifndef CLAW_LOGGER_EXPORT
36 # ifdef CLAW_LOGGER_NO_EXPORT
37 # define CLAW_LOGGER_EXPORT
40 # ifdef claw_logger_EXPORTS
41 # define CLAW_LOGGER_EXPORT __declspec(dllexport)
43 # define CLAW_LOGGER_EXPORT __declspec(dllimport)
44 # endif // def claw_logger_EXPORTS
46 # define CLAW_LOGGER_EXPORT
48 # endif // def CLAW_LOGGER_NO_EXPORT
49 #endif // ndef CLAW_LOGGER_EXPORT
61 log_level(
int lvl,
const std::string& s );
63 std::string get_string()
const;
70 const std::string m_prefix;
94 #endif // __CLAW_LOG_LEVEL_HPP__