Modifier and Type | Method and Description |
---|---|
static ILog |
LogFactory.getLog(Class type)
Obtain the logging object via the provider
|
ILog |
ILogProvider.getLog(String name)
Retrieve a ILog implementation associated with the given name (usually hierarchical, like a class name, with '.' notation)
|
static ILog |
LogFactory.getLog(String name)
Obtain the logging object via the provider
|
Modifier and Type | Class and Description |
---|---|
class |
BaseLogSupport
Base implementation for the ILog
|
Modifier and Type | Class and Description |
---|---|
class |
JDKLog |
Modifier and Type | Method and Description |
---|---|
ILog |
JDKProvider.getLog(String name)
Retrieve a log object associated with the given name
|
Modifier and Type | Class and Description |
---|---|
class |
Log4jLog |
Modifier and Type | Method and Description |
---|---|
ILog |
Log4jProvider.getLog(String name)
Retrieve a log object associated with the given name
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleLog
Simple console logging
|
Modifier and Type | Method and Description |
---|---|
ILog |
SimpleLogProvider.getLog(String name)
Retrieve a log object associated with the given name
|
Modifier and Type | Field and Description |
---|---|
protected ILog |
ContentHistoryWatcher.m_log |
Modifier and Type | Field and Description |
---|---|
protected ILog |
AliasCache.m_log |
protected ILog |
AccessResolverSecurityGroups.m_log |
protected ILog |
UserSecurityGroupsCache.m_log |
protected ILog |
AccessResolverAcl.m_log |
protected ILog |
AccessResolverAccounts.m_log |
protected ILog |
ServiceCallUtils.m_log |