Home | History | Annotate | Download | only in session

Lines Matching defs:LOG

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

147 LOG.debug("Sending Reply [" + buffer.toString() + "]");
157 LOG.debug("Waiting for (passive mode) client connection from client host [" + clientHost
162 LOG.debug("Successful (passive mode) client connection to port "
171 LOG.debug("Connecting to client host [" + clientHost + "] on data port [" + clientDataPort
205 LOG.debug("Flushing and closing client data socket");
212 LOG.error("Error closing client data socket", e);
227 LOG.error("Error writing to control connection", e);
236 LOG.trace("close()");
294 LOG.info("Received command: [" + command + "]");
306 LOG.error("Read failed", e);
376 LOG.debug("Starting the session...");
386 LOG.error(e);
390 LOG.debug("Cleaning up the session");
396 LOG.error(e);
399 LOG.debug("Session stopped.");