Skip to content

Commit

Permalink
fix: fix log properties structure and logic
Browse files Browse the repository at this point in the history
  • Loading branch information
osher-sade committed Nov 24, 2020
1 parent ef63dd6 commit 362fd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export * from './entities';
export { createLogger } from './winston-logger';
export { AbstractPolarisLogger } from './abstract-polaris-logger';
export { PolarisLogger } from './polaris-logger';
export { PolarisLogProperties } from './polaris-log-properties';
export { LoggerConfiguration } from './configurations/logger-configuration';
export { LogstashConfiguration } from './configurations/logstash-configuration';
export { LogstashProtocol } from './configurations/logstash-protocol';
export { LoggerLevel } from './configurations/logger-level';
export { createLogger } from './winston-logger';
export { ApplicationProperties } from '@enigmatis/polaris-common';

0 comments on commit 362fd2e

Please sign in to comment.