Do we prefer an API with ``` python logger = get_logger() ``` or ``` python log("coucou") ``` or both ? For the latter, we could use a default_logger() method, that would enable the log method.