public final class SimpleLogFactory extends java.lang.Object implements ISimpleLogFactory<ILog>
| Constructor and Description |
|---|
SimpleLogFactory() |
| Modifier and Type | Method and Description |
|---|---|
ILog |
create(java.util.List<ITrace> list) |
ILog |
createEmpty() |
public ILog create(java.util.List<ITrace> list)
create in interface ISimpleLogFactory<ILog>public ILog createEmpty()
createEmpty in interface ISimpleLogFactory<ILog>