public class ImportStationLogger extends Object
| Constructor and Description |
|---|
ImportStationLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
logErrorEvent(long taskExecutionId,
String description)
Log event ERROR operation.
|
static void |
logErrorEvent(long taskExecutionId,
String header,
Exception e)
Log event ERROR operation.
|
static void |
logOkEvent(long taskExecutionId,
String description)
Log event OK operation.
|
public static void logOkEvent(long taskExecutionId,
String description)
taskExecutionId - task iddescription - descriptionpublic static void logErrorEvent(long taskExecutionId,
String description)
taskExecutionId - task iddescription - descriptionCopyright © 2021 Pivotal Software, Inc.. All rights reserved.