org.openqa.selenium.internal
Class NullTrace
java.lang.Object
org.openqa.selenium.internal.NullTrace
- All Implemented Interfaces:
- Trace
public class NullTrace
- extends java.lang.Object
- implements Trace
Method Summary |
void |
debug(java.lang.String message)
|
void |
debug(java.lang.String message,
java.lang.Throwable throwable)
|
void |
debug(java.lang.Throwable e)
|
void |
error(java.lang.String message)
|
void |
error(java.lang.String message,
java.lang.Throwable throwable)
|
void |
info(java.lang.String message)
|
void |
warn(java.lang.String message)
|
void |
warn(java.lang.String message,
java.lang.Throwable throwable)
|
void |
warn(java.lang.Throwable e)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullTrace
public NullTrace()
info
public void info(java.lang.String message)
- Specified by:
info
in interface Trace
warn
public void warn(java.lang.Throwable e)
- Specified by:
warn
in interface Trace
warn
public void warn(java.lang.String message)
- Specified by:
warn
in interface Trace
warn
public void warn(java.lang.String message,
java.lang.Throwable throwable)
- Specified by:
warn
in interface Trace
error
public void error(java.lang.String message)
- Specified by:
error
in interface Trace
error
public void error(java.lang.String message,
java.lang.Throwable throwable)
- Specified by:
error
in interface Trace
debug
public void debug(java.lang.Throwable e)
- Specified by:
debug
in interface Trace
debug
public void debug(java.lang.String message)
- Specified by:
debug
in interface Trace
debug
public void debug(java.lang.String message,
java.lang.Throwable throwable)
- Specified by:
debug
in interface Trace
Copyright © 2011. All Rights Reserved.