#include <log.hpp>
Public Member Functions | |
| Log (const char *str="yaSSL.log") | |
| ~Log () | |
| void | Trace (const char *) |
| void | ShowTCP (socket_t, bool ended=false) |
| void | ShowData (uint, bool sent=false) |
Definition at line 46 of file log.hpp.
| yaSSL::Log::Log | ( | const char * | str = "yaSSL.log" |
) | [explicit] |
Definition at line 149 of file log.cpp.
Referenced by yaSSL::receiveData(), and yaSSL::sendData().
Here is the caller graph for this function:

Definition at line 148 of file log.cpp.
Referenced by yaSSL::SSL_accept(), yaSSL::SSL_connect(), and yaSSL::SSL_shutdown().
Here is the caller graph for this function:

| void yaSSL::Log::Trace | ( | const char * | ) |
Definition at line 147 of file log.cpp.
Referenced by yaSSL::ClientHello::Process(), and yaSSL::ServerHello::Process().
Here is the caller graph for this function:

1.4.7

