public class AuditLogger extends Object
Users should configure their test logging to apply appropriate filters/storage so that these logs are captured appropriately.
Modifier and Type | Field and Description |
---|---|
static String |
MDC_PREFIX |
Constructor and Description |
---|
AuditLogger() |
Modifier and Type | Method and Description |
---|---|
static void |
doComposeLog(String[] commandParts,
List<String> env) |
static void |
doLog(String action,
String image,
String containerId,
com.github.dockerjava.api.command.DockerCmd<?> cmd) |
static void |
doLog(String action,
String image,
String containerId,
com.github.dockerjava.api.command.DockerCmd<?> cmd,
Exception e) |
public static final String MDC_PREFIX
public static void doLog(String action, String image, String containerId, com.github.dockerjava.api.command.DockerCmd<?> cmd)
public static void doLog(String action, String image, String containerId, com.github.dockerjava.api.command.DockerCmd<?> cmd, @Nullable Exception e)
Copyright © 2017. All rights reserved.