PTLog Demo - 1.0

basic.format
Class PerLogBuffer

java.lang.Object
  extended bybasic.format.PerLogBuffer

public class PerLogBuffer
extends java.lang.Object

Specify formatter per LogBuffer.

This specifies formatter at invocation of Log#forInfo().


Field Summary
static jp.ne.dti.lares.foozy.ptlog.LogTap TAP
           
 
Constructor Summary
PerLogBuffer()
           
 
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 jp.ne.dti.lares.foozy.ptlog.LogTap TAP
Constructor Detail

PerLogBuffer

public PerLogBuffer()
Method Detail

doSomething

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

PTLog Demo - 1.0