Skip to content

Commit

Permalink
feat(api): expose LogLevel and setLogLevel in the API
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Jun 19, 2017
1 parent 8f04114 commit 9a9b512
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/API.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ import {SuperAgentHTTP} from './rest/SuperAgentHTTP';

import {Client} from './Client';

import {LogLevel} from 'typescript-logging';
import {setLogLevel} from './api/Log';

/* tslint:disable:object-literal-sort-keys */

/** @hidden */
Expand All @@ -59,6 +62,8 @@ const API = Object.freeze({
ServerMetadata,
ServerType,
ServerTypes,
LogLevel,
setLogLevel,
});

/** @hidden */
Expand Down

0 comments on commit 9a9b512

Please sign in to comment.