java.lang.Object
org.glassfish.main.jul.formatter.HandlerId
HandlerId holds a handler id used in logging.properties. The id is used as a key prefix of all
handler's properties. Usually it is a full class name of the handler implementation.
- Author:
- David Matejcek
-
Method Summary
-
Method Details
-
getName
- Returns:
- name of the handler, usually same as the class name
-
getPropertyPrefix
- Returns:
- prefix of all properties opf the handler, usually handler's class name.
-
toString
Returns name of the handler. -
forHandlerClass
Creates aHandlerIdinstance for handler's class.- Parameters:
handlerClass-- Returns:
HandlerId, never null.
-