Obtain the log to which events for this container should be logged. @return The Logger with which this Container is associated. If there is no associated Logger, return the Logger associated with the parent Container (if any); otherwise return null .
()
| 102 | * associated with the parent Container (if any); otherwise return <code>null</code>. |
| 103 | */ |
| 104 | Log getLogger(); |
| 105 | |
| 106 | |
| 107 | /** |
no outgoing calls