|
Take a look in the samples folder for this input
handler..
.\META-INF\module.xml
<module name="logging"
class="userguide.loggingmodule.LoggingModule">
<inflow> <handler name="InFlowLogHandler" class="userguide.loggingmodule.LogHandler"> <order phase="loggingPhase"/> </handler> </inflow> where the LogHandler.java file is declared
as
package userguide.loggingmodule;
public class LogHandler extends AbstractHandler
implements Handler {
Martin -- *********************************************************************
This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you.
|
Title: Message
- Using factory to instantiate service object Veprinsky, Michael
- Re: Using factory to instantiate service object Martin Gainty
- Re: Using factory to instantiate service object Veprinsky, Michael
- Re: Using factory to instantiate service objec... Martin Gainty
