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;
69#error "claw::android_logger cannot be used outside Android applications."
Base class for streams accepting log output.
Inherit from this class to forbid construction of your class by copy.
Some basic classes for logging.
This is the main namespace.
Inherit from this class to forbid copy constructor in your class.