@MessageLogger(projectCode="PLIDM") public interface IDMInternalLog extends IDMLog
Modifier and Type | Field and Description |
---|---|
static IDMInternalLog |
FILE_STORE_LOGGER
This is the logger for the
FileIdentityStore . |
static IDMInternalLog |
JDBC_STORE_LOGGER
This is the logger for the
org.picketlink.idm.ldap.internal.JDBCIdentityStore . |
static IDMInternalLog |
JPA_STORE_LOGGER
This is the logger for the
JPAIdentityStore . |
static IDMInternalLog |
LDAP_STORE_LOGGER
This is the logger for the
LDAPIdentityStore . |
CREDENTIAL_LOGGER, IDENTITY_STORE_LOGGER, PICKETLINK_IDM_PROJECT_CODE, ROOT_LOGGER
Modifier and Type | Method and Description |
---|---|
void |
fileAsyncWriteEnabled(int threadPoolSize) |
void |
fileConfigAlwaysCreateWorkingDir(String path) |
void |
fileConfigUsingWorkingDir(String path) |
void |
jpaContextInitializerNotProvided() |
void |
ldapActiveDirectoryConfiguration() |
void |
ldapRelationshipUpdateNotSupported(AttributedType attributedType) |
credentialRetrievingAccount, partitionManagerBootstrap, partitionUndefinedForTypeUsingDefault, storeInitializing
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
static final IDMInternalLog FILE_STORE_LOGGER
This is the logger for the FileIdentityStore
.
static final IDMInternalLog JPA_STORE_LOGGER
This is the logger for the JPAIdentityStore
.
static final IDMInternalLog LDAP_STORE_LOGGER
This is the logger for the LDAPIdentityStore
.
static final IDMInternalLog JDBC_STORE_LOGGER
This is the logger for the org.picketlink.idm.ldap.internal.JDBCIdentityStore
.
@LogMessage(level=INFO) @Message(id=1100, value="Using working directory [%s].") void fileConfigUsingWorkingDir(String path)
@LogMessage(level=WARN) @Message(id=1101, value="Working directory [%s] is marked to be always created. All your existing data will be lost.") void fileConfigAlwaysCreateWorkingDir(String path)
@LogMessage(level=INFO) @Message(id=1102, value="Async write enabled. Using thread pool of size %s") void fileAsyncWriteEnabled(int threadPoolSize)
@LogMessage(level=INFO) @Message(id=1200, value="LDAP Store is configured for Active Directory.") void ldapActiveDirectoryConfiguration()
@LogMessage(level=WARN) @Message(id=1201, value="LDAP Store does not support relationship updates [%s].") void ldapRelationshipUpdateNotSupported(AttributedType attributedType)
Copyright © 2018 JBoss by Red Hat. All rights reserved.