use of com.sun.identity.install.tools.util.Audit in project OpenAM by OpenRock.
the class Driver method getLogFilePathMessage.
public LocalizedMessage getLogFilePathMessage(InstallLogger installLog, String installLogLocKey) {
Audit installAuditLog = installLog.getLogger();
Object[] args = { installAuditLog.getAuditLogFileName() };
LocalizedMessage message = LocalizedMessage.get(installLogLocKey, args);
return message;
}
Aggregations