Skip to content

Commit

Permalink
docs(extension-logging): add packageDocumentation
Browse files Browse the repository at this point in the history
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Feb 22, 2020
1 parent 8b4b6fd commit d7a01c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extensions/logging/src/decorators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

/**
* This module contains a component provides logging facilities based on Winston
* and Fluentd.
*
* @packageDocumentation
*/

export * from './logging.decorator';

0 comments on commit d7a01c4

Please sign in to comment.