1.1.11. log

1.1.11.1. class Log

Log.__init__()

Warning

no doctring or additional documentation, too bad.

Log.echo(msg, mark)

Warning

no doctring or additional documentation, too bad.

Log.info(*msg)

Warning

no doctring or additional documentation, too bad.

Log.debug(*msg)

Warning

no doctring or additional documentation, too bad.

Log.end()

Warning

no doctring or additional documentation, too bad.

Log.allow_tracking(instance)

Decorate each method of the instance given to send a function and arguments entry to the debug log.

instance: The instance to be decorated.
Log.decorator(*args)

Decorate (replace) a method sending an entry to the debug log.

*args: Arguments of the original method call.

Table Of Contents

Previous topic

1.1.10. layers

Next topic

1.1.12. openraster

This Page