Test and refactor for new logbook events
Closes #53 (closed)
def notifyBeamlineInfo(self, message):
self.sendNotification("notification", "info", message)
def notifyBeamlineDebug(self, message):
self.sendNotification("notification", "debug", message)
def notifyBeamlineCommand(self, message):
self.sendNotification("notification", "commandLine", message)
def notifyBeamlineError(self, message):
self.sendNotification("notification", "error", message)
def userBeamlineComment(self, message):
self.sendNotification("annotation", "comment", message)
Edited by Alejandro De Maria Antolinos