LisaacTM Platform

LOG


Logging System
Inherit/Insert Summary
parent_object No developed.
 
Constructor Summary
create level
 
Slot Summary
max_level
file
level
 
Creation.
make
append
print level
close
 

Inherit/Insert Detail

parent_object

.../extra/opengl/framework/log.li line #9

Section:
Inherit

Profile:
- SelfSELFparent_object : OBJECT

Constructor Detail

create level

.../extra/opengl/framework/log.li line #23

Section:
Public

Profile:
- SelfSELFcreate   s : ABSTRACT_STRING  level   l : INTEGERSELF

Detail slot

max_level

.../extra/opengl/framework/log.li line #13

Section:
Public

Profile:
- SelfSELFmax_level : INTEGER

file

.../extra/opengl/framework/log.li line #15

Section:
Public

Profile:
+ SelfSELFfile : POINTER

level

.../extra/opengl/framework/log.li line #16

Section:
Public

Profile:
+ SelfSELFlevel : INTEGER

Creation.

make

.../extra/opengl/framework/log.li line #30

Section:
Public

Profile:
- SelfSELFmake  ( s : ABSTRACT_STRING, l : INTEGER)

append

.../extra/opengl/framework/log.li line #36

Section:
Public

Profile:
- SelfSELFappend   msg : ABSTRACT_STRING

print level

.../extra/opengl/framework/log.li line #46

Section:
Public

Profile:
- SelfSELFprint   msg : ABSTRACT_STRING  level   l : INTEGER

close

.../extra/opengl/framework/log.li line #53

Section:
Public

Profile:
- SelfSELFclose