Skip to content
Snippets Groups Projects
Commit c953386f authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

interface considerations for LoggerInterface

parent ad91a001
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,11 @@ class LoggerInterface(object):
"""
raise RuntimeError, 'abstract'
def _get_entry(self, *args, **kwargs):
"""The helper to .log() that outputs a LogEntry
object from parameters"""
def log(self, *args, **kwargs):
"""
Invoke appropriate LogEntry constructor with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment