Home | History | Annotate | Download | only in impl

Lines Matching defs:LOG_PROPERTY

111     public static final String LOG_PROPERTY =
884 * property names {@link #LOG_PROPERTY} or {@link #LOG_PROPERTY_OLD}.
891 logDiagnostic("Trying to get log class from attribute '" + LOG_PROPERTY + "'");
893 LOG_PROPERTY);
906 LOG_PROPERTY + "'");
909 specifiedClass = System.getProperty(LOG_PROPERTY);
913 LOG_PROPERTY + "' - " + e.getMessage());