Skip to content

Commit 385cb16

Browse files
committed
create separate logging component and separate portal component
Signed-off-by: Lance-Drane <[email protected]>
1 parent 8dcde27 commit 385cb16

File tree

8 files changed

+355
-359
lines changed

8 files changed

+355
-359
lines changed

ipsframework/bridges/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
"""Bridges are components which handle supplementary tasks in the IPS Framework. Applications should not need to import these classes directly.
1+
"""Bridges are components which handle supplementary tasks in the IPS Framework. Applications should not need to import these classes directly, these are automatically initialized by the framework.
22
33
There are two bridges available:
4-
- `BasicBridge`, which provides simple system logging
5-
- `PortalBridge`, which provides all functionality of `BasicBridge` and additionally allows interfacing with a remote IPS Portal
4+
- `LocalLoggingBridge`, which provides simple system logging (always created)
5+
- `PortalBridge`, which allows interfacing with a remote IPS Portal (created if user provides a PORTAL_URL and does not disable the portal)
66
"""

ipsframework/bridges/basic_bridge.py

Lines changed: 0 additions & 119 deletions
This file was deleted.

ipsframework/bridges/local_event_logger.py

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)