Package org.zeroturnaround.javarebel
Class LoggerFactory
java.lang.Object
org.zeroturnaround.javarebel.LoggerFactory
A factory for
Logger that resolves a suitable implementation.
As a rule plugin developers should use getLogger(String) method to get logger instance.
This will ensure that messages logged by the plugin are distinguishable from other log messages.
Use getInstance() method only if you know exactly what you are doing.- Author:
- Jevgeni Kabanov (ekabanov@zeroturnaround.com), Aleksei Sosnovski
-
Constructor Details
-
LoggerFactory
public LoggerFactory()
-
-
Method Details