Skip to content

Commit

Permalink
docs(example-log-extension): re-phrase overview introduction in README
Browse files Browse the repository at this point in the history
Signed-off-by: ddsultan <2477698+ddsultan@users.noreply.github.com>
  • Loading branch information
ddsultan authored and nflaig committed Feb 8, 2021
1 parent 8077f8e commit b343cfc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples/log-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ An example repo showing how to write a complex log extension for LoopBack 4

## Overview

This repository shows you how to use
[@loopback/cli](https://github.com/strongloop/loopback-next/tree/master/packages/cli)
to write a complex logging extension that requires a
[Components](http://loopback.io/doc/en/lb4/Components.html),
This repository shows you how to write a complex logging extension that requires
a [Components](http://loopback.io/doc/en/lb4/Components.html),
[Decorator](http://loopback.io/doc/en/lb4/Decorators.html), and a
[Mixin](http://loopback.io/doc/en/lb4/Mixin.html).
[Mixin](http://loopback.io/doc/en/lb4/Mixin.html) using
[@loopback/cli](https://github.com/strongloop/loopback-next/tree/master/packages/cli).

To use this extension you can add the `LogMixin` to your Application which will
provide you a function to set the Application wide log level as well as
Expand Down

0 comments on commit b343cfc

Please sign in to comment.