public interface IGenerator
Modifier and Type | Method and Description |
---|---|
String |
generateLogField(String data,
Object[] params)
Compute a value based on the data provided.
|
String generateLogField(String data, Object[] params) throws Exception
data
- data upon which the calculation is performed.params
- other supporting information, such as filenameException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.