File size: 430 Bytes
c344c74 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
(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
```
|