Panda3D
Loading...
Searching...
No Matches
MiniLog Class Reference

Public Member Functions

 __init__ (self, name)
 
 __str__ (self)
 
 appendFunctionCall (self, line)
 
 appendLine (self, line)
 
 enterFunction (self, funcName, *args, **kw)
 
 exitFunction (self)
 
 flush (self)
 

Public Attributes

int indent = 1
 
list lines = []
 
 name = name
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
name )

Member Function Documentation

◆ __str__()

__str__ ( self)

◆ appendFunctionCall()

appendFunctionCall ( self,
line )

◆ appendLine()

appendLine ( self,
line )

◆ enterFunction()

enterFunction ( self,
funcName,
* args,
** kw )

◆ exitFunction()

exitFunction ( self)

◆ flush()

flush ( self)

Member Data Documentation

◆ indent

int indent = 1

◆ lines

lines = []

◆ name

name = name