Public Member Functions | |
void | Log (string msg) |
Logs a message. | |
void | Log (Reply rep) |
Logs a server Reply. | |
void | Log (Reply rep, string prefix) |
Logs a Server reply. |
void DotNX::Ftp::ILogger::Log | ( | string | msg | ) |
Logs a message.
msg | The message to log. |
Implemented in DotNX::Ftp::ConsoleLogger, and DotNX::Ftp::NullLogger.
void DotNX::Ftp::ILogger::Log | ( | Reply | rep | ) |
Logs a server Reply.
rep | The Reply to log. |
Implemented in DotNX::Ftp::ConsoleLogger, and DotNX::Ftp::NullLogger.
void DotNX::Ftp::ILogger::Log | ( | Reply | rep, | |
string | prefix | |||
) |
Logs a Server reply.
rep | The Reply to log. | |
prefix | A prefix to antepose to each log line. |
Implemented in DotNX::Ftp::ConsoleLogger, and DotNX::Ftp::NullLogger.