Skip to content

Commit

Permalink
Refactors launch logging.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Feb 22, 2019
1 parent 1ad2736 commit e0647ea
Show file tree
Hide file tree
Showing 6 changed files with 662 additions and 423 deletions.
6 changes: 2 additions & 4 deletions launch/launch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from . import conditions
from . import events
from . import legacy
from . import logging
from .action import Action
from .condition import Condition
from .event import Event
Expand All @@ -27,8 +28,6 @@
from .launch_description_entity import LaunchDescriptionEntity
from .launch_description_source import LaunchDescriptionSource
from .launch_introspector import LaunchIntrospector
from .launch_logger import LaunchLogger
from .launch_logger import LoggerLevel
from .launch_service import LaunchService
from .some_actions_type import SomeActionsType
from .some_actions_type import SomeActionsType_types_tuple
Expand All @@ -41,6 +40,7 @@
'conditions',
'events',
'legacy',
'logging',
'Action',
'Condition',
'Event',
Expand All @@ -50,9 +50,7 @@
'LaunchDescriptionEntity',
'LaunchDescriptionSource',
'LaunchIntrospector',
'LaunchLogger',
'LaunchService',
'LoggerLevel',
'SomeActionsType',
'SomeActionsType_types_tuple',
'SomeSubstitutionsType',
Expand Down
233 changes: 0 additions & 233 deletions launch/launch/launch_logger.py

This file was deleted.

Loading

0 comments on commit e0647ea

Please sign in to comment.