A logging facility should provide basic logging to the server component. I.e. it may be desirable to log date, client ip and address of the request for debugging and/or monitoring purposes.
Ideally, this logs asynchronously into some file. Boost.ASIO should provide all that is necessary. The logger should be lightweight, so it does not pose any perfomance penalty.
A logging facility should provide basic logging to the server component. I.e. it may be desirable to log date, client ip and address of the request for debugging and/or monitoring purposes.
Ideally, this logs asynchronously into some file. Boost.ASIO should provide all that is necessary. The logger should be lightweight, so it does not pose any perfomance penalty.