Returns a name for the logging system to use for the Host where the web application, if any, associated with the class loader is deployed. @return The name to use for the Host where the web application is deployed or null if none is available.
()
| 37 | * @return The name to use for the Host where the web application is deployed or null if none is available. |
| 38 | */ |
| 39 | String getHostName(); |
| 40 | |
| 41 | /** |
| 42 | * Returns a name for the logging system to use for the Service where the Host, if any, associated with the class |
no outgoing calls