Set this thread's default logger to the specified logger.
Set the default logger used by this thread of execution to the specified logger, or to the global default logger if logger is 0. The behavior is undefined unless logger was obtained from this logger manager, and this thread of execution does not hold exclusive access to the record buffer of its current default logger.
| Name | Description |
|---|---|
| logger | logger to install for this thread; null uses the default |