Package com.emc.mongoose.base.logging
Class OperationTraceCsvBatchLogMessage<I extends Item,O extends Operation<I>>
- java.lang.Object
-
- com.emc.mongoose.base.logging.LogMessageBase
-
- com.emc.mongoose.base.logging.OperationTraceCsvBatchLogMessage<I,O>
-
- All Implemented Interfaces:
java.io.Serializable,org.apache.logging.log4j.message.Message,org.apache.logging.log4j.util.StringBuilderFormattable
@AsynchronouslyFormattable public final class OperationTraceCsvBatchLogMessage<I extends Item,O extends Operation<I>> extends LogMessageBase
Created by andrey on 17.11.16.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationTraceCsvBatchLogMessage(java.util.List<O> opsResults, int from, int to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformatTo(java.lang.StringBuilder strb)-
Methods inherited from class com.emc.mongoose.base.logging.LogMessageBase
formatFixedWidth, getFormat, getFormattedMessage, getParameters, getThrowable
-
-
-
-
Constructor Detail
-
OperationTraceCsvBatchLogMessage
public OperationTraceCsvBatchLogMessage(java.util.List<O> opsResults, int from, int to)
-
-