4 #ifndef CA_MGM_LOGCONTROL_H
5 #define CA_MGM_LOGCONTROL_H
39 virtual void writeOut(
const std::string & formated_r )
40 { (*_str) << formated_r << std::endl; }
104 virtual std::string
format(
const std::string & ,
109 const std::string & );
115 virtual std::string
format(
const std::string & group_r,
120 const std::string & message_r )
124 group_r.c_str(), message_r.c_str());
168 void setLineWriter(
const shared_ptr<LineWriter> & writer_r );
178 std::ostream &
operator<<( std::ostream & str,
const LogControl & obj );
183 #endif // CA_MGM_LOGCONTROL_H