<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
<div>Hello, apologies if this is something that can already be done, however I have written a program that scans a large directory of music. Some of the files are kinda broken and TagLib spits out a bunch of messages such as<br></div><div><br></div><div>> TagLib: ID3v2.4 no longer supports the frame type RVA.  It will be discarded from the tag.<br></div><div>> TagLib: FLAC::File::scan() -- FLAC stream not found<br></div><div><br></div><div>I pored over my own code and made sure that I wasn't already spitting out these errors myself somewhere, although it's entirely possible I missed something.<br></div><div><br></div><div>I am using a separate logging library (spdlog) and I would like to be able to reroute these messages to my regular logs, and add info to them such as the file being read. Is this supported? I checked the docs and looked through the bug tracker and didn't find anything.<br></div>  </body>
</html>