Version 6

    Issue 005 Status

     

    Implement Logging

     

    Right now everything is doing a sys.out.  Implement a strategy for logging and tracing.  This may be a different type of logging from that which Log4j does automatically.  Meaning, do we want to output thte messages coming from client and server for instance... not just code logging.

     

    Log4j needs some config for unit tests and ant before we can use it.

     

    Status

     

    Done except for POP (doing) -[Acoliver|DOC-9053]

     

    I've implemented the conversational logging for smtp.  Still need to do so for pop.  The server now logs both client and server responses.  This can be configured optionally in another place.

     

    Need to implement conversational logging in POP.

     

    Workaround

     

    Sys.out for now.