Skip to content

Commit

Permalink
feat: re-export the logger in actor sdk (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu authored Aug 31, 2022
1 parent b5080c9 commit c78d8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apify/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export * from './key_value_store';
export {
Dataset, DatasetDataOptions, DatasetIteratorOptions, DatasetConsumer, DatasetMapper, DatasetReducer, DatasetOptions, DatasetContent,
RequestQueue, QueueOperationInfo, RequestQueueOperationOptions, RequestQueueOptions, QueueOperationInfoOptions,
KeyConsumer, KeyValueStoreOptions, RecordOptions, KeyValueStoreIteratorOptions,
KeyConsumer, KeyValueStoreOptions, RecordOptions, KeyValueStoreIteratorOptions, log, Log, LoggerOptions, LogLevel, Logger, LoggerJson, LoggerText,
} from '@crawlee/core';
export { ApifyClient, ApifyClientOptions } from 'apify-client';

0 comments on commit c78d8a4

Please sign in to comment.