PTLog Demo - 1.0

basic.format
Class WithCustomTap

java.lang.Object
  extended bybasic.format.WithCustomTap

public class WithCustomTap
extends java.lang.Object

Request logging with custom tap.

This requests logging with CustomTap, which is customized at "int" formatting.


Field Summary
static CustomTap TAP
           
 
Constructor Summary
WithCustomTap()
           
 
Method Summary
 void doSomething(int p1, int p2, int p3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAP

public static final CustomTap TAP
Constructor Detail

WithCustomTap

public WithCustomTap()
Method Detail

doSomething

public void doSomething(int p1,
                        int p2,
                        int p3)

PTLog Demo - 1.0