• Vadim Zeitlin's avatar
    Add logger class to allow customizing SOCI logging operations. · 37f36147
    Vadim Zeitlin authored and Ronan's avatar Ronan committed
    No big changes yet, but it is now possible to use a custom logger object which
    may do something else than just write the query string passed to it to a
    stream.
    
    The old behaviour is preserved by using the standard SOCI logger by default
    which does write the query to the stream.
    37f36147