public class UpgradeLogContext
extends Object
implements com.liferay.portal.kernel.log.LogContext
| Constructor and Description |
|---|
UpgradeLogContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearContext() |
Map<String,String> |
getContext(String logName) |
static com.liferay.portal.kernel.log.LogContext |
getInstance() |
String |
getName() |
static void |
setContext(String component) |
public static void clearContext()
public static com.liferay.portal.kernel.log.LogContext getInstance()
public static void setContext(String component)
public Map<String,String> getContext(String logName)
getContext in interface com.liferay.portal.kernel.log.LogContextpublic String getName()
getName in interface com.liferay.portal.kernel.log.LogContext