Skip to content

Commit

Permalink
fix: add logger in base_context_class (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
whxaxes authored and atian25 committed Feb 28, 2018
1 parent a739002 commit 7992732
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ declare class BaseContextClass { // tslint:disable-line
*/
service: IService;

/**
* logger
*/
logger: Logger;

constructor(ctx: Context);
}

Expand Down

0 comments on commit 7992732

Please sign in to comment.