com.tivoli.twg.log
Interface TWGLogListener


public interface TWGLogListener

Interface for listening to log output from the TWGLogEngine process.


Method Summary
 void msgLogged(TWGLogMsg msg)
          Method called by logger when a new message is available.
 

Method Detail

msgLogged

public void msgLogged(TWGLogMsg msg)
Method called by logger when a new message is available.

Parameters:
msg - Object containing the data for the new log message.