Searched refs:LOGGER (Results 1 - 8 of 8) sorted by relevance

/javamail/mail/src/test/java/com/sun/mail/smtp/
H A DSMTPSaslHandler.java93 if (LOGGER.isLoggable(Level.FINE))
94 LOGGER.fine("SASL callback length: " + callbacks.length);
96 if (LOGGER.isLoggable(Level.FINE))
97 LOGGER.fine("SASL callback " + i + ": " + callbacks[i]);
106 if (LOGGER.isLoggable(Level.FINE))
107 LOGGER.fine("SASL authorize: " +
140 LOGGER.log(Level.FINE, "Failed to create SASL server", sex);
145 LOGGER.fine("No SASL support");
149 if (LOGGER.isLoggable(Level.FINE))
150 LOGGER
[all...]
H A DSMTPHandler.java95 //LOGGER.severe("Current line is null!");
104 LOGGER.severe("Command name is empty!");
128 LOGGER.log(Level.SEVERE, "ERROR command unknown: {0}", commandName);
137 LOGGER.severe("Current line is null!");
/javamail/mail/src/test/java/com/sun/mail/imap/
H A DIMAPSaslHandler.java79 if (LOGGER.isLoggable(Level.FINE))
80 LOGGER.fine("SASL callback length: " + callbacks.length);
82 if (LOGGER.isLoggable(Level.FINE))
83 LOGGER.fine("SASL callback " + i + ": " + callbacks[i]);
92 if (LOGGER.isLoggable(Level.FINE))
93 LOGGER.fine("SASL authorize: " +
126 LOGGER.log(Level.FINE, "Failed to create SASL server", sex);
131 LOGGER.fine("No SASL support");
135 if (LOGGER.isLoggable(Level.FINE))
136 LOGGER
[all...]
H A DIMAPHandler.java193 //LOGGER.severe("Current line is null!");
200 LOGGER.log(Level.SEVERE, "ERROR no command tag: {0}",
207 LOGGER.log(Level.SEVERE, "ERROR no command: {0}",
214 LOGGER.severe("Command name is empty!");
258 LOGGER.log(Level.SEVERE, "ERROR UID command unknown: {0}",
265 LOGGER.log(Level.SEVERE, "ERROR command unknown: {0}",
377 LOGGER.severe("Current line is null!");
387 LOGGER.severe("Didn't get DONE response to IDLE");
/javamail/mail/src/test/java/com/sun/mail/test/
H A DProtocolHandler.java64 protected final Logger LOGGER = Logger.getLogger(this.getClass().getName()); field in class:ProtocolHandler
120 LOGGER.log(Level.SEVERE, "Error", e);
126 LOGGER.log(Level.SEVERE, "Error", ioe);
142 LOGGER.log(Level.SEVERE, "Error", e);
/javamail/logging/src/main/java/
H A DMailHandlerDemo.java65 private static final Logger LOGGER = Logger.getLogger(CLASS_NAME); field in class:MailHandlerDemo
76 LOGGER.info("Usage: java MailHandlerDemo "
106 LOGGER.log(Level.FINEST, "This is the finest part of the demo.",
108 LOGGER.log(Level.FINER, "This is the finer part of the demo.",
110 LOGGER.log(Level.FINE, "This is the fine part of the demo.");
111 LOGGER.log(Level.CONFIG, "Logging config file is {0}.",
113 LOGGER.log(Level.INFO, "Your temp directory is {0}, "
122 LOGGER.log(Level.WARNING, "This is a warning.",
124 LOGGER.log(Level.SEVERE, "The end of the demo.",
158 err.println(prefix + ": LOGGER
[all...]
/javamail/mail/src/test/java/com/sun/mail/pop3/
H A DPOP3Handler.java126 //LOGGER.severe("Current line is null!");
135 LOGGER.severe("Command name is empty!");
165 LOGGER.log(Level.SEVERE, "ERROR command unknown: {0}", commandName);
/javamail/mail/src/main/java/javax/mail/internet/
H A DMailDateFormat.java153 private static final MailLogger LOGGER = new MailLogger( field in class:MailDateFormat
419 if (LOGGER.isLoggable(Level.FINE)) {
420 LOGGER.log(Level.FINE, "Bad date: '" + text + "'", e);
1017 if (LOGGER.isLoggable(Level.FINE)) {
1018 LOGGER.log(Level.FINE, "No timezone? : '" + text + "'", e);

Completed in 1114 milliseconds