Navigation
index
modules
|
Wrapper.py 0.7.0 documentation
»
log module
¶
class
log.
Log
[source]
¶
debug
(
string
)
[source]
¶
error
(
string
)
[source]
¶
getTraceback
(
)
[source]
¶
info
(
string
)
[source]
¶
prefix
(
type='INFO'
,
string=''
)
[source]
¶
timestamp
(
)
[source]
¶
write
(
payload
)
[source]
¶
class
log.
PluginLog
(
log
,
PluginName='Hello'
)
[source]
¶
debug
(
string
)
[source]
¶
error
(
string
)
[source]
¶
info
(
string
)
[source]
¶
timestamp
(
)
[source]
¶
write
(
payload
)
[source]
¶
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
Wrapper.py 0.7.0 documentation
»