public class NullLog extends Object implements Log
This logger is only used if neither log4j nor java.util.logging are available which should not happen anyway as Asterisk-Java depends on at least JDK 1.5.
Constructor and Description |
---|
NullLog()
Creates a new NullLog.
|
Modifier and Type | Method and Description |
---|---|
void |
debug(Object obj) |
void |
debug(Object e,
Throwable e2) |
void |
error(Object obj) |
void |
error(Object obj,
Throwable ex) |
void |
info(Object obj) |
boolean |
isDebugEnabled() |
void |
warn(Object obj) |
void |
warn(Object obj,
Throwable ex) |
public boolean isDebugEnabled()
isDebugEnabled
in interface Log
Copyright © 2004–2020. All rights reserved.