32#ifndef __CLAW_ANDROID_LOGGER_HPP__
33#define __CLAW_ANDROID_LOGGER_HPP__
46 :
public claw::log_stream
47 ,
public claw::pattern::non_copyable
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."
Some basic classes for logging.
This is the main namespace.
Inherit from this class to forbid copy constructor in your class.