Skip to content
Snippets Groups Projects
Commit c3d63013 authored by rwarange's avatar rwarange
Browse files

Fixed comments.

parent b716fbb3
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ class CentralLogger(Device): ...@@ -38,7 +38,7 @@ class CentralLogger(Device):
i+=1 i+=1
"""Logs are received from all element devices at all levels. """Logs are received from all element devices at all levels.
Filteration happens within the log function depending upon Filtering happens within the log function depending upon
CentralLoggingLevel of each element device. CentralLoggingLevel of each element device.
NOTE : This fiteration logic is still under consideration.""" NOTE : This fiteration logic is still under consideration."""
@command(dtype_in='DevVarStringArray', dtype_out=None) @command(dtype_in='DevVarStringArray', dtype_out=None)
......
...@@ -51,7 +51,7 @@ class ElementLogger(Device): ...@@ -51,7 +51,7 @@ class ElementLogger(Device):
i+=1 i+=1
"""Logs are received from all element devices at all levels. """Logs are received from all element devices at all levels.
Filteration happens within the log function depending upon Filtering happens within the log function depending upon
ElementLoggingLevel of each element device. ElementLoggingLevel of each element device.
NOTE : This fiteration logic is still under consideration.""" NOTE : This fiteration logic is still under consideration."""
@command(dtype_in='DevVarStringArray', dtype_out=None) @command(dtype_in='DevVarStringArray', dtype_out=None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment