## logging


Logging facade for the package.


Usage


``` python
logging(level="INFO")
```


This is a real public API class that happens to be named [logging](logging.md#gdtest_auto_include.logging) -- a name normally in AUTO_EXCLUDE. The `auto_include` option forces it back into documentation.


## Parameters


`level: str = ``"INFO"`  
Default log level.


## Methods

| Name | Description |
|----|----|
| [info()](#info) | Log an informational message. |

------------------------------------------------------------------------


#### info()


Log an informational message.


Usage


``` python
info(msg)
```


##### Parameters


`msg: str`  
The message to log.
