public class NullLogger extends Logger
Constructor and Description |
---|
NullLogger()
Creates an instance.
|
NullLogger(Properties props)
Creates an instance.
|
NullLogger(String name)
Creates an instance.
|
NullLogger(String name,
Properties props)
Creates an instance with a name.
|
public NullLogger()
public NullLogger(String name)
name
- name of the logger (will not be used)public NullLogger(Properties props)
props
- configuration (will not be used)public NullLogger(String name, Properties props)
name
- logger's name (will not be used)props
- configuration (will not be used)© 2013 andynaz - http://andynaz.altervista.org