public interface LogResolver
Modifier and Type | Method and Description |
---|---|
Log |
resolve(String jsonLog)
Resolves log from a JSON message.
|
Log resolve(String jsonLog) throws UnableToResolveException
jsonLog
- Log in JSON format.UnableToResolveException
- Exception thrown when log cannot be resolved.Copyright © 2020. All rights reserved.