Stupid winsock needs special way to close sockets.
[dftpd.git] / LogSTDOUT.cpp
blobe33a2154566616e351bbd3bb708888238be3cfb5
1 #include "LogSTDOUT.hpp"
3 void LogSTDOUT::Print( const std::string& txt )
5 std::cout << txt << std::endl;