Lines Matching defs:log

62     private static java.util.logging.Logger log =
117 if (log.isLoggable(java.util.logging.Level.FINE)) {
118 log.log(java.util.logging.Level.FINE, "Registering default algorithms");
156 log.log(java.util.logging.Level.SEVERE, ex.getMessage(), ex);
182 log.log(java.util.logging.Level.SEVERE, "Error in reading configuration file - Configuration element not found");
212 if (log.isLoggable(java.util.logging.Level.FINE)) {
213 log.log(java.util.logging.Level.FINE, "Canonicalizer.register(" + uri + ", " + javaClass + ")");
217 log.log(java.util.logging.Level.SEVERE, I18n.translate("algorithm.classDoesNotExist", exArgs));
232 if (log.isLoggable(java.util.logging.Level.FINE)) {
233 log.log(java.util.logging.Level.FINE, "Transform.register(" + uri + ", " + javaClass + ")");
238 log.log(java.util.logging.Level.SEVERE, I18n.translate("algorithm.classDoesNotExist", exArgs));
240 log.log(java.util.logging.Level.WARNING, "Not able to found dependencies for algorithm, I'll keep working.");
271 if (log.isLoggable(java.util.logging.Level.FINE)) {
272 log.log(java.util.logging.Level.FINE, "SignatureAlgorithm.register(" + uri + ", "
278 log.log(java.util.logging.Level.SEVERE, I18n.translate("algorithm.classDoesNotExist", exArgs));
294 if (log.isLoggable(java.util.logging.Level.FINE)) {
295 log.log(java.util.logging.Level.FINE, "Register Resolver: " + javaClass + ": "
299 if (log.isLoggable(java.util.logging.Level.FINE)) {
300 log.log(java.util.logging.Level.FINE, "Register Resolver: " + javaClass
307 log.log(java.util.logging.Level.WARNING,
327 if (log.isLoggable(java.util.logging.Level.FINE)) {
328 log.log(java.util.logging.Level.FINE, "Register Resolver: " + javaClass + ": "
332 if (log.isLoggable(java.util.logging.Level.FINE)) {
333 log.log(java.util.logging.Level.FINE, "Register Resolver: " + javaClass
344 if (log.isLoggable(java.util.logging.Level.FINE)) {
345 log.log(java.util.logging.Level.FINE, "Now I try to bind prefixes:");
354 if (log.isLoggable(java.util.logging.Level.FINE)) {
355 log.log(java.util.logging.Level.FINE, "Now I try to bind " + prefix + " to " + namespace);
362 log.log(java.util.logging.Level.SEVERE, "Bad: ", e);