All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.unboundid-ldapsdk-minimal-edition.3.1.1.source-code.unboundid-ldapsdk-log.properties Maven / Gradle / Ivy

Go to download

The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use Java API for communicating with LDAP directory servers and performing related tasks like reading and writing LDIF, encoding and decoding data using base64 and ASN.1 BER, and performing secure communication. This package contains the Minimal Edition of the LDAP SDK, which is a stripped-down version of the Standard Edition that includes full support for the LDAP protocol and LDIF parsing, but omits a number of optional elements, like many of the controls and extended operations, the LDAP persistence framework, and LDAP listener framework. The Minimal Edition is primarily intended for use in space-constrained and/or memory-constrained environments, like in Android apps or embedded systems.

There is a newer version: 3.2.1
Show newest version
# Copyright 2009-2016 UnboundID Corp.
# All Rights Reserved.

# The fully-qualified name of the class to create.
class.name=com.unboundid.ldap.sdk.unboundidds.logs.LogMessages

ERR_LOG_MESSAGE_NO_TIMESTAMP=The log message string does not appear to start \
  with a timestamp.
ERR_LOG_MESSAGE_INVALID_TIMESTAMP=The log message string does not appear to \
  start with a valid timestamp:  {0}
ERR_LOG_MESSAGE_INVALID_ESCAPED_CHARACTER=The log message string appears to \
  contain an invalid escaped character in token ''{0}'' because it contains a \
  backslash not followed by two hexadecimal digits.
ERR_LOG_MESSAGE_INVALID_REQUEST_OPERATION_TYPE=The log message string appears \
  to contain an operation request but did not have a recognized operation type.
ERR_LOG_MESSAGE_INVALID_RESULT_OPERATION_TYPE=The log message string appears \
  to contain an operation result but did not have a recognized operation type.
ERR_LOG_MESSAGE_INVALID_FORWARD_OPERATION_TYPE=The log message string appears \
  to contain n forwarded operation but did not have a recognized operation \
  type.
ERR_LOG_MESSAGE_INVALID_FORWARD_FAILED_OPERATION_TYPE=The log message string \
  appears to contain a failed forwarded operation but did not have a \
  recognized operation type.
ERR_LOG_MESSAGE_INVALID_ASSURANCE_COMPLETE_OPERATION_TYPE=The log message \
  string appears to contain information about an operation for which \
  replication assurance processing had been completed, but the message did \
  not have a recognized operation type.
ERR_LOG_MESSAGE_INVALID_ACCESS_MESSAGE_TYPE=The log message string does not \
  include a recognized access log message type.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy