Home | History | Annotate | Download | only in session

Lines Matching defs:LOG

58     private static final Logger LOG = LoggerFactory.getLogger(DefaultSession.class);

145 LOG.debug("Sending Reply [" + buffer.toString() + "]");
155 LOG.debug("Waiting for (passive mode) client connection from client host [" + clientHost
160 LOG.debug("Successful (passive mode) client connection to port "
168 LOG.debug("Connecting to client host [" + clientHost + "] on data port [" + clientDataPort
201 LOG.debug("Flushing and closing client data socket");
208 LOG.error("Error closing client data socket", e);
223 LOG.error("Error writing to control connection", e);
232 LOG.trace("close()");
297 LOG.info("Received command: [" + command + "]");
309 LOG.error("Read failed", e);
378 LOG.debug("Starting the session...");
388 LOG.error("Error:", e);
392 LOG.debug("Cleaning up the session");
398 LOG.error("Error:", e);
400 LOG.debug("Session stopped.");