# recipes/modules/app/lib/Log.ts

One file of [`recipes/modules`](/docs/recipes/modules), at commit `9a5bb24`.

```ts
// An extension: the application configures the library's `lib/Log` by writing a file with the
// same name that exports only `config`. The implementation stays in the library.
export const config = { prefix: '[app]' };
```
