Class LogAdvice


  • public class LogAdvice
    extends java.lang.Object
    Wraps calls for 'Processing' methods which output a single Object to write the string representation of the object to the log.
    Author:
    Lucas Ward
    • Constructor Summary

      Constructors 
      ConstructorDescription
      LogAdvice() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voiddoStronglyTypedLogging​(java.lang.Object item) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogAdvice

        public LogAdvice()
    • Method Detail

      • doStronglyTypedLogging

        public void doStronglyTypedLogging​(java.lang.Object item)