id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 10524,Why does boost\log\sinks\text_file_backend.cpp prevents users from reusing its classes?,blacksmith33@…,Andrey Semashev,"Hello, guys! Today my colleague have encountered a problem. We're using boost logger in our application and it's really great boost library part. But, we need to change some of it's functionality. Actually, we need to add some lines of code in a method of collector class (for example, file_collector) I guess the right way of doing it is inheritance from file_collector and redefining those functions. But, since it's all declaration and definition is in text_file_backend.cpp file in an anonymous namespace, it's impossible. The only solution I see is to copy-and-paste entire file_collector class and rewrite some of it's methods content. Is there any reason that the entire class is in text_file_backend.cpp file or maybe I am missing something? Thank you for attention!",Feature Requests,closed,To Be Determined,log,Boost 1.57.0,Problem,fixed,logger; inheritance; code reuse,