32 #ifndef __CLAW_ANDROID_LOGGER_HPP__ 33 #define __CLAW_ANDROID_LOGGER_HPP__ 50 explicit android_logger(
const std::string& prefix);
52 virtual void write(
const std::string& str);
57 const std::string m_prefix;
66 #endif // __CLAW_ANDROID_LOGGER_HPP__ 69 #error "claw::android_logger cannot be used outside Android applications." Inherit from this class to forbid construction of your class by copy.
Some basic classes for logging.
Inherit from this class to forbid copy constructor in your class.
Base class for streams accepting log output.
This is the main namespace.