Robot Framework Integrated Development Environment (RIDE)
robotide.log.log.LogPlugin Class Reference

Viewer for internal log messages. More...

Inheritance diagram for robotide.log.log.LogPlugin:

Public Member Functions

def __init__ (self, app)
 
def disable (self)
 
def enable (self)
 
def OnViewLog (self, event)
 

Properties

 _logfile = property
 

Private Member Functions

def _close (self)
 
def _create_menu (self)
 
def _log_message (self, message)
 
def _logfile (self)
 
def _remove_old_log_files (self)
 

Private Attributes

 _log
 
 _outfile
 
 _panel
 
 _path
 

Detailed Description

Viewer for internal log messages.

Definition at line 40 of file log.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.log.log.LogPlugin.__init__ (   self,
  app 
)

Definition at line 42 of file log.py.

Member Function Documentation

◆ _close()

def robotide.log.log.LogPlugin._close (   self)
private

Definition at line 55 of file log.py.

◆ _create_menu()

def robotide.log.log.LogPlugin._create_menu (   self)
private

Definition at line 87 of file log.py.

◆ _log_message()

def robotide.log.log.LogPlugin._log_message (   self,
  message 
)
private

Definition at line 92 of file log.py.

◆ _logfile()

def robotide.log.log.LogPlugin._logfile (   self)
private

Definition at line 72 of file log.py.

◆ _remove_old_log_files()

def robotide.log.log.LogPlugin._remove_old_log_files (   self)
private

Definition at line 59 of file log.py.

◆ disable()

def robotide.log.log.LogPlugin.disable (   self)

Definition at line 81 of file log.py.

◆ enable()

def robotide.log.log.LogPlugin.enable (   self)

Definition at line 77 of file log.py.

◆ OnViewLog()

def robotide.log.log.LogPlugin.OnViewLog (   self,
  event 
)

Definition at line 106 of file log.py.

Member Data Documentation

◆ _log

robotide.log.log.LogPlugin._log
private

Definition at line 47 of file log.py.

◆ _outfile

robotide.log.log.LogPlugin._outfile
private

Definition at line 51 of file log.py.

◆ _panel

robotide.log.log.LogPlugin._panel
private

Definition at line 48 of file log.py.

◆ _path

robotide.log.log.LogPlugin._path
private

Definition at line 49 of file log.py.

Property Documentation

◆ _logfile

robotide.log.log.LogPlugin._logfile = property
staticprivate

Definition at line 70 of file log.py.


The documentation for this class was generated from the following file: