basic.format
Class PerLog
java.lang.Object
basic.format.PerLog
- public class PerLog
- extends java.lang.Object
Specify formatter per Log
.
This specifies formatter at invocation of
LogTap#getLog()
.
Field Summary |
static jp.ne.dti.lares.foozy.ptlog.LogTap |
TAP
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAP
public static final jp.ne.dti.lares.foozy.ptlog.LogTap TAP
PerLog
public PerLog()
doSomething
public void doSomething(int p1,
int p2,
int p3)
withoutFormatter
public void withoutFormatter(int p1,
int p2,
int p3)
withFormatter
public void withFormatter(int p1,
int p2,
int p3)