Show More
@@ -969,9 +969,12 b' class ui(object):' | |||
|
969 | 969 | |
|
970 | 970 | service should be a readily-identifiable subsystem, which will |
|
971 | 971 | allow filtering. |
|
972 | message should be a newline-terminated string to log. | |
|
972 | ||
|
973 | *msg should be a newline-terminated format string to log, and | |
|
974 | then any values to %-format into that format string. | |
|
975 | ||
|
976 | **opts currently has no defined meanings. | |
|
973 | 977 | ''' |
|
974 | pass | |
|
975 | 978 | |
|
976 | 979 | def label(self, msg, label): |
|
977 | 980 | '''style msg based on supplied label |
General Comments 0
You need to be logged in to leave comments.
Login now