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: PrintStreamLogger.java,v 1.3 2004/12/12 05:29:33 pietschy Exp $
debug
public void debug(Object o)
- debug in interface Logger
debug
public void debug(Object o,
Throwable throwable)
- debug in interface Logger
enter
public void enter(Object o)
- enter in interface Logger
error
public void error(Object o)
- error in interface Logger
error
public void error(Object o,
Throwable throwable)
- error in interface Logger
exit
public void exit(Object o)
- exit in interface Logger
fatal
public void fatal(Object o)
- fatal in interface Logger
fatal
public void fatal(Object o,
Throwable throwable)
- fatal in interface Logger
info
public void info(Object o)
- info in interface Logger
info
public void info(Object o,
Throwable throwable)
- info in interface Logger
param
public void param(String name,
Object param)
- param in interface Logger
trace
public void trace(Object o)
- trace in interface Logger
trace
public void trace(Object o,
Throwable throwable)
- trace in interface Logger
warn
public void warn(Object o)
- warn in interface Logger
warn
public void warn(Object o,
Throwable throwable)
- warn in interface Logger