package org.apache.commons.logging.impl; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ @com.francetelecom.rd.stubs.annotation.ClassDone(0) public class Jdk14Logger implements org.apache.commons.logging.Log, java.io.Serializable { // Fields protected static final java.util.logging.Level dummyLevel = null; protected java.util.logging.Logger logger; protected java.lang.String name; // Constructors public Jdk14Logger(java.lang.String arg1){ } // Methods public void debug(java.lang.Object arg1){ } public void debug(java.lang.Object arg1, java.lang.Throwable arg2){ } public void error(java.lang.Object arg1){ } public void error(java.lang.Object arg1, java.lang.Throwable arg2){ } public java.util.logging.Logger getLogger(){ return (java.util.logging.Logger) null; } public void warn(java.lang.Object arg1){ } public void warn(java.lang.Object arg1, java.lang.Throwable arg2){ } public void info(java.lang.Object arg1){ } public void info(java.lang.Object arg1, java.lang.Throwable arg2){ } public boolean isDebugEnabled(){ return false; } public boolean isInfoEnabled(){ return false; } public boolean isErrorEnabled(){ return false; } public boolean isWarnEnabled(){ return false; } public void trace(java.lang.Object arg1){ } public void trace(java.lang.Object arg1, java.lang.Throwable arg2){ } public void fatal(java.lang.Object arg1){ } public void fatal(java.lang.Object arg1, java.lang.Throwable arg2){ } public boolean isFatalEnabled(){ return false; } public boolean isTraceEnabled(){ return false; } }