GUI Commands
Copyright 2004 Andrew Pietsch
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.
$Id: Logger.java,v 1.2 2004/12/12 05:29:32 pietschy Exp $
debug
public void debug(Object o)
debug
public void debug(Object o,
Throwable throwable)
enter
public void enter(Object o)
error
public void error(Object o)
error
public void error(Object o,
Throwable throwable)
exit
public void exit(Object o)
fatal
public void fatal(Object o)
fatal
public void fatal(Object o,
Throwable throwable)
info
public void info(Object o)
info
public void info(Object o,
Throwable throwable)
isDebugEnabled
public boolean isDebugEnabled()
isEnterEnabled
public boolean isEnterEnabled()
isErrorEnabled
public boolean isErrorEnabled()
isExitEnabled
public boolean isExitEnabled()
isFatalEnabled
public boolean isFatalEnabled()
isInfoEnabled
public boolean isInfoEnabled()
isParamEnabled
public boolean isParamEnabled()
isReturnedEnabled
public boolean isReturnedEnabled()
isTraceEnabled
public boolean isTraceEnabled()
isWarnEnabled
public boolean isWarnEnabled()
param
public void param(String name,
Object param)
returned
public void returned(Object o)
trace
public void trace(Object o)
trace
public void trace(Object o,
Throwable throwable)
warn
public void warn(Object o)
warn
public void warn(Object o,
Throwable throwable)