Home | History | Annotate | Download | only in elonen

Lines Matching defs:LOG

200                     NanoHTTPD.LOG.log(Level.FINE, "Communication with the client broken", e);
445 NanoHTTPD.LOG.log(Level.WARNING, "could not delete file ", ignored);
624 NanoHTTPD.LOG.log(Level.FINE, "no protocol version specified, strange. Assuming HTTP/1.1.");
1434 NanoHTTPD.LOG.log(Level.SEVERE, "Could not send response to the client", ioe);
1578 NanoHTTPD.LOG.log(Level.FINE, "Communication with the client broken", e);
1657 * logger to log to.
1659 private static final Logger LOG = Logger.getLogger(NanoHTTPD.class.getName());
1672 LOG.log(Level.WARNING, "no mime types found in the classpath! please provide mimetypes.properties");
1689 LOG.log(Level.SEVERE, "could not load mimetypes from " + url, e);
1696 LOG.log(Level.INFO, "no mime types available at " + resourceName);
1779 NanoHTTPD.LOG.log(Level.SEVERE, "Could not close", e);
1922 NanoHTTPD.LOG.log(Level.WARNING, "Encoding not supported, ignored", ignored);
1992 NanoHTTPD.LOG.log(Level.SEVERE, "encoding problem, responding nothing", e);
2138 NanoHTTPD.LOG.log(Level.SEVERE, "Could not stop all connections", e);