public class LoggerFactory extends Object
| Constructor and Description |
|---|
LoggerFactory() |
public static Logger getLogger(String name) throws NullPointerException
name - the logger nameNullPointerException - if the logger name is nullpublic static Logger getLogger(Class type)
Class.getName()type - the class typeNullPointerException - if the class type is nullCopyright © 2026 JBoss by Red Hat. All Rights Reserved.