Add global logging section

This commit is contained in:
MattIPv4
2020-05-01 21:07:23 +01:00
parent 306f057ebc
commit 8e9a89b107
3 changed files with 99 additions and 2 deletions

View File

@@ -3,3 +3,4 @@ export { default as Security } from './security';
export { default as PHP } from './php';
export { default as Python } from './python';
export { default as Performance } from './performance';
export { default as Logging } from './logging';