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