Namespaces | Functions | Variables
log.py File Reference

Go to the source code of this file.

Namespaces

 rspy.log
 

Functions

def rspy.log._stream_has_color (stream)
 
def rspy.log.d (args)
 
def rspy.log.debug_indent (n=1, indentation=' ')
 
def rspy.log.debug_on ()
 
def rspy.log.debug_unindent (n=1, indentation=' ')
 
def rspy.log.e (args)
 
def rspy.log.f (args)
 
def rspy.log.i (args)
 
def rspy.log.is_color_on ()
 
def rspy.log.is_debug_on ()
 
def rspy.log.is_verbose_on ()
 
def rspy.log.n_errors ()
 
def rspy.log.n_warnings ()
 
def rspy.log.out (args, sep=' ', end='\n')
 
def rspy.log.progress (args)
 
def rspy.log.quiet_on ()
 
def rspy.log.reset_errors ()
 
def rspy.log.reset_warnings ()
 
def rspy.log.v (args)
 
def rspy.log.verbose_on ()
 
def rspy.log.w (args)
 

Variables

string rspy.log._debug_indent = ''
 
bool rspy.log._debug_on = False
 
string rspy.log._have_color = '--color'
 
int rspy.log._n_errors = 0
 
int rspy.log._n_warnings = 0
 
string rspy.log._progress = ''
 
bool rspy.log._verbose_on = False
 
string rspy.log.clear_eol = '\033[K'
 
string rspy.log.clear_eos = '\033[J'
 
string rspy.log.cr = '\033[G'
 
string rspy.log.gray = '\033[90m'
 
string rspy.log.red = '\033[91m'
 
string rspy.log.reset = '\033[0m'
 
string rspy.log.yellow = '\033[93m'
 


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:27