Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
helper_Log.Log Class Reference

Classes

class  style
 

Public Member Functions

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

Static Public Attributes

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

Member Function Documentation

◆ Init()

helper_Log.Log.Init ( options)

◆ PrintBegin()

helper_Log.Log.PrintBegin ( text)

◆ PrintFatal()

helper_Log.Log.PrintFatal ( error_text)

◆ PrintFollow()

helper_Log.Log.PrintFollow ( text)

◆ PrintGroupStart()

helper_Log.Log.PrintGroupStart ( text)

◆ PrintMainStart()

helper_Log.Log.PrintMainStart ( options)

◆ PrintResult()

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

str 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: