Skip to content

Commit ec1e7e9

Browse files
committed
fix(core): need to export logging functions for this branch
1 parent 9b982bc commit ec1e7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export { getTimeGivenProgression } from './utils/animation/cubic-bezier';
88
export { createGesture } from './utils/gesture';
99
export { initialize } from './global/ionic-global';
1010
export { componentOnReady } from './utils/helpers';
11-
export { LogLevel } from './utils/logging';
11+
export { LogLevel, printIonError, printIonWarning } from './utils/logging';
1212
export { isPlatform, Platforms, PlatformConfig, getPlatforms } from './utils/platform';
1313
export { IonicSafeString } from './utils/sanitization';
1414
export { IonicConfig, getMode, setupConfig } from './utils/config';

0 commit comments

Comments
 (0)