basic.format
Class WithHookedConfig
java.lang.Object
basic.format.WithHookedConfig
- public class WithHookedConfig
- extends java.lang.Object
Create tap with hooked config.
This creates own LogTap
with HookedConfig
,
which is hooked for "int
" formatting customization.
Field Summary |
static jp.ne.dti.lares.foozy.ptlog.LogTap |
TAP
|
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 |
TAP
public static final jp.ne.dti.lares.foozy.ptlog.LogTap TAP
WithHookedConfig
public WithHookedConfig()
doSomething
public void doSomething(int p1,
int p2,
int p3)