# {py:mod}`haniwers.v1.log.logger`

```{py:module} haniwers.v1.log.logger
```

```{autodoc2-docstring} haniwers.v1.log.logger
:allowtitles:
```

## Module Contents

### Functions

````{list-table}
:class: autosummary longtable
:align: left

* - {py:obj}`configure_logging <haniwers.v1.log.logger.configure_logging>`
  - ```{autodoc2-docstring} haniwers.v1.log.logger.configure_logging
    :summary:
    ```
````

### Data

````{list-table}
:class: autosummary longtable
:align: left

* - {py:obj}`LOG_FORMAT <haniwers.v1.log.logger.LOG_FORMAT>`
  - ```{autodoc2-docstring} haniwers.v1.log.logger.LOG_FORMAT
    :summary:
    ```
````

### API

````{py:data} LOG_FORMAT
:canonical: haniwers.v1.log.logger.LOG_FORMAT
:value: >
   '<green>{time:YYYY-MM-DD HH:mm:ss}</green> | <level>{level: <8}</level> | <cyan>{name}:{function}:{li...'

```{autodoc2-docstring} haniwers.v1.log.logger.LOG_FORMAT
```

````

````{py:function} configure_logging(verbose: bool = False, logfile: str | None = None) -> None
:canonical: haniwers.v1.log.logger.configure_logging

```{autodoc2-docstring} haniwers.v1.log.logger.configure_logging
```
````
