vi.log
¶
Module Contents¶
Classes¶
PopOut Elements |
|
click handler for loglist |
|
Provides the "messaging" center displayed at the bottom of VI |
Attributes¶
- vi.log.iddbTableName = 'vi_log3'¶
- class vi.log.logEntry(logObj=None)¶
Bases:
flare.html5.Span
PopOut Elements
- class vi.log.logA(logObj=None)¶
Bases:
flare.html5.A
click handler for loglist
- onClick(sender=None)¶
- openEditor(key)¶
- class vi.log.LogButton¶
Bases:
flare.html5.Div
- idbdata(event)¶
- cleanLog()¶
- cleanLogAction(event)¶
- renderPopOut()¶
- onClick(sender=None)¶
- openLog()¶
- apane = Pane(
translate(“Log”), closeable=True, iconClasses=[ “apptype_list”], collapseable=True
)
wg = logWidget(self.logsList )
apane.addWidget(wg)
conf[“mainWindow”].addPane(apane) conf[“mainWindow”].focusPane(apane)
- log(type, msg, icon=None, modul=None, action=None, key=None, data=None, date=None, onlyLoad=False)¶
- msgOverlay(logObj)¶
- removeInfo(wrap)¶
- reset()¶
- static canHandle(action)¶
- class vi.log.Log¶
Bases:
flare.html5.Div
Provides the “messaging” center displayed at the bottom of VI
- toggleMsgCenter(*args, **kwargs)¶
- log(type, msg, icon=None, date=None)¶
Adds a message to the log :param type: The type of the message. :type type: “success”, “error”, “warning”, “info”, “progress” :param msg: The message to append :type msg: str
- removeNewCls(span)¶
- reset()¶