public class LogUtil extends Object
| Constructor and Description |
|---|
LogUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
saveHttpErrorLogToLMC(String httpMethod,
String uri,
int httpStatus) |
static void |
saveLogToLMC(String eventId,
String tenantId,
Map<String,Object> requestHeaders,
Integer httpstatus,
Map<String,Object> headers,
String messageBody,
Exception ex) |
public static void saveHttpErrorLogToLMC(String httpMethod, String uri, int httpStatus)
public static void saveLogToLMC(String eventId, String tenantId, Map<String,Object> requestHeaders, Integer httpstatus, Map<String,Object> headers, String messageBody, Exception ex) throws org.apache.http.client.ClientProtocolException, IOException
org.apache.http.client.ClientProtocolExceptionIOExceptionCopyright © 2023. All rights reserved.