Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
helper_Log.Log Class Reference

Classes

class  style
 

Public Member Functions

def Init (options)
 
def PrintMainStart (options)
 
def PrintGroupStart (text)
 
def PrintBegin (text)
 
def PrintFollow (text)
 
def PrintResult (result_type, result_text=None)
 
def PrintFatal (error_text)
 

Static Public Attributes

string log_file = "creation_log.txt"
 
int current_cursor_pos = 0
 
int terminal_columns = 120
 

Member Function Documentation

◆ Init()

def helper_Log.Log.Init (   options)

◆ PrintBegin()

def helper_Log.Log.PrintBegin (   text)

◆ PrintFatal()

def helper_Log.Log.PrintFatal (   error_text)

◆ PrintFollow()

def helper_Log.Log.PrintFollow (   text)

◆ PrintGroupStart()

def helper_Log.Log.PrintGroupStart (   text)

◆ PrintMainStart()

def helper_Log.Log.PrintMainStart (   options)

◆ PrintResult()

def helper_Log.Log.PrintResult (   result_type,
  result_text = None 
)

Member Data Documentation

◆ current_cursor_pos

int helper_Log.Log.current_cursor_pos = 0
static

◆ log_file

string helper_Log.Log.log_file = "creation_log.txt"
static

◆ terminal_columns

int helper_Log.Log.terminal_columns = 120
static

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