|
|
__init__(self,
filename,
name,
type,
level,
**kwargs)
initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
| debug(self,
msg,
*args,
**kwargs) |
|
|
|
|
| info(self,
msg,
*args,
**kwargs) |
|
|
|
|
| warning(self,
msg,
*args,
**kwargs) |
|
|
|
|
| warn(self,
msg,
*args,
**kwargs) |
|
|
|
|
| error(self,
msg,
*args,
**kwargs) |
|
|
|
|
| exception(self,
msg,
*args) |
|
|
|
|
| critical(self,
msg,
*args,
**kwargs) |
|
|
|
Inherited from core.BaseComponent:
__repr__,
register,
unregister
Inherited from core.Manager:
__add__,
__iadd__,
__isub__,
__len__,
__sub__,
flush,
join,
push,
run,
send,
start,
stop
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|