(api-lib)= | |
# Library | |
```{eval-rst} | |
.. currentmodule:: openfactcheck.lib | |
``` | |
## Configuration | |
The configuration classes that are used to configure the core and solvers. | |
```{eval-rst} | |
.. autosummary:: | |
:toctree: api/ | |
OpenFactCheckConfig | |
SolversConfig | |
``` | |
## Logging | |
```{eval-rst} | |
.. autosummary:: | |
:toctree: api/ | |
get_logger | |
set_logger_level | |
CustomFileLoggingFormatter | |
CustomStreamLoggingFormatter | |
``` | |