The Logger Plug-in

The logger plug-in is a plug-in which only logs invocations.
As an example, the start method only logs that “the start method was invoked”.

This can be useful for debug purpose.
This plug-in is associated with the logger installer name.


Component_Y {
	installer: logger;
}