public int send(Message msg) { logger.logInfo("send"); return l4.send(msg); }
public void update(Observable obj, Object arg) { logger.logInfo("update"); notifyObservers(arg); }
public TinyGIOPimpl() { super(); logger = new Logger("TinyGIOPimpl"); logger.logInfo("initiate"); }