Interface Log
- All Superinterfaces:
org.jboss.logging.BasicLogger
@MessageLogger(projectCode="IPROTO")
public interface Log
extends org.jboss.logging.BasicLogger
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionabstractClassNotAllowed(String annotatedClassName) abstractType(String canonicalName, String fieldName, String canonicalName1) explicitEnumValueAnnotations(String value, String name) factorySignatureMismatch(String kind, int expected, int found, String factory) factorySignatureMismatch(String kind, String factory) factorySignatureMismatch(String kind, String parameterName, String factory) factorySignatureMismatchType(String kind, String factory, String parameterName) voidfieldReadOutOfSequence(String fieldName) voidfieldWriteOutOfSequence(String fieldName) incompatibleSchemaChanges(String changes) incompatibleTypeIds(String name, Integer t1, Integer t2) invalidFieldNumber(int number, String name) localOrAnonymousClass(String annotatedClassName) maxNestedMessageDepth(int maxNestedMessageDepth, Class<?> entityType) default MalformedProtobufExceptionmessageTruncated(Throwable cause) modifiedFieldNumber(String name, int oldNumber, int newNumber) modifiedFieldType(String fullName, String fromType, String toType) noDefaultEnum(String fieldName, String canonicalName, String canonicalName1, String fullName) nonStaticInnerClass(String annotatedClassName) notRepeatableField(String clazz, String fieldOrMethod) oneofCollision(String fieldName, String name, String oneof) oneofRepeatedOrRequired(String fieldName, String name, String oneof) outOfWriteBufferSpace(Throwable cause) parserException(String filename, String message) removedFieldNotReserved(String name, int number) removedReservedNames(String name, Set<String> names) removedReservedNumbers(String name, Object numbers) reservedName(String name, String owner) reservedNumber(int number, String name, String owner) Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, 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, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, 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
-
Field Details
-
LOG
-
-
Method Details
-
fieldReadOutOfSequence
@LogMessage(level=WARN) @Message(value="Field %s was read out of sequence leading to sub-optimal performance", id=1) void fieldReadOutOfSequence(String fieldName) -
fieldWriteOutOfSequence
@LogMessage(level=WARN) @Message(value="Field %s was written out of sequence and will lead to sub-optimal read performance", id=2) void fieldWriteOutOfSequence(String fieldName) -
messageTruncated
@Message(value="Input data ended unexpectedly in the middle of a field. The message is corrupt.", id=3) MalformedProtobufException messageTruncated(@Cause Throwable cause) -
messageTruncated
-
malformedVarint
@Message(value="Encountered a malformed varint.", id=4) MalformedProtobufException malformedVarint() -
negativeLength
@Message(value="Encountered a length delimited field with negative length.", id=5) MalformedProtobufException negativeLength() -
globalLimitExceeded
@Message(value="Protobuf message appears to be larger than the configured limit. The message is possibly corrupt.", id=6) MalformedProtobufException globalLimitExceeded() -
outOfWriteBufferSpace
@Message(value="Ran out of buffer space", id=7) IOException outOfWriteBufferSpace(@Cause Throwable cause) -
maxNestedMessageDepth
@Message(value="The nested message depth appears to be larger than the configured limit of '%s'.It is possible that the entity to marshall with type '%s' can have some circular dependencies.", id=8) ProtoStreamException maxNestedMessageDepth(int maxNestedMessageDepth, Class<?> entityType) -
notRepeatableField
@Message(value="Not a repeatable field: %s#%s", id=9) IllegalStateException notRepeatableField(String clazz, String fieldOrMethod) -
reservedName
@Message(value="Name '%s' is reserved on `%s`", id=10) IllegalArgumentException reservedName(String name, String owner) -
reservedNumber
@Message(value="Number %d used by '%s' is reserved on '%s'", id=11) IllegalArgumentException reservedNumber(int number, String name, String owner) -
unsupportedSyntax
@Message(value="Unsupported protocol buffers syntax '%s'", id=12) IllegalArgumentException unsupportedSyntax(FileDescriptor.Syntax s) -
parserException
@Message(value="Error while parsing '%s': %s", id=13) DescriptorParserException parserException(String filename, String message) -
abstractType
@Message(value="The type %s of field %s of %s should not be abstract.", id=14) ProtoSchemaBuilderException abstractType(String canonicalName, String fieldName, String canonicalName1) -
oneofCollision
@Message(value="The field named '%s' of %s is a member of the '%s' oneof which collides with an existing field or oneof.", id=15) ProtoSchemaBuilderException oneofCollision(String fieldName, String name, String oneof) -
oneofRepeatedOrRequired
@Message(value="The field named '%s' of %s cannot be marked repeated or required since it is member of the '%s' oneof.", id=16) ProtoSchemaBuilderException oneofRepeatedOrRequired(String fieldName, String name, String oneof) -
abstractClassNotAllowed
@Message(value="Abstract classes are not allowed: '%s'", id=17) ProtoSchemaBuilderException abstractClassNotAllowed(String annotatedClassName) -
localOrAnonymousClass
@Message(value="Local or anonymous classes are not allowed. The class '%s' must be instantiable using an accessible no-argument constructor.", id=18) ProtoSchemaBuilderException localOrAnonymousClass(String annotatedClassName) -
nonStaticInnerClass
@Message(value="Non-static inner classes are not allowed. The class '%s' must be instantiable using an accessible no-argument constructor.", id=19) ProtoSchemaBuilderException nonStaticInnerClass(String annotatedClassName) -
noDefaultEnum
@Message(value="Invalid default value for field '%s' of Java type %s from class %s: the %s enum must have a 0 value", id=20) ProtoSchemaBuilderException noDefaultEnum(String fieldName, String canonicalName, String canonicalName1, String fullName) -
factorySignatureMismatch
@Message(value="@ProtoFactory annotated %s signature mismatch. The first parameter is expected to be of type 'int' : %s", id=21) ProtoSchemaBuilderException factorySignatureMismatch(String kind, String factory) -
factorySignatureMismatch
@Message(value="@ProtoFactory annotated %s signature mismatch. Expected %d parameters but found %d : %s", id=22) ProtoSchemaBuilderException factorySignatureMismatch(String kind, int expected, int found, String factory) -
factorySignatureMismatch
@Message(value="@ProtoFactory annotated %s signature mismatch. The parameter '%s' does not match any field : %s", id=23) ProtoSchemaBuilderException factorySignatureMismatch(String kind, String parameterName, String factory) -
factorySignatureMismatchType
@Message(value="@ProtoFactory annotated %s signature mismatch: %s. The parameter '%s' does not match the type from the field definition.", id=24) ProtoSchemaBuilderException factorySignatureMismatchType(String kind, String factory, String parameterName) -
multipleFactories
@Message(value="Found more than one @ProtoFactory annotated method / constructor : %s", id=25) ProtoSchemaBuilderException multipleFactories(String s) -
privateFactory
@Message(value="@ProtoFactory annotated constructor must not be private: %s", id=26) ProtoSchemaBuilderException privateFactory(String s) -
nonStaticFactory
@Message(value="@ProtoFactory annotated method must be static: %s", id=27) ProtoSchemaBuilderException nonStaticFactory(String s) -
wrongFactoryReturnType
@Message(value="@ProtoFactory annotated method has wrong return type: %s", id=28) ProtoSchemaBuilderException wrongFactoryReturnType(String s) -
explicitEnumValueAnnotations
@Message(value="Value `%s` on enum `%s` must be annotated with @ProtoEnumValue", id=29) ProtoSchemaBuilderException explicitEnumValueAnnotations(String value, String name) -
invalidFieldNumber
@Message(value="Number %d used by field '%s' violates the Protocol Buffer specification", id=30) IllegalArgumentException invalidFieldNumber(int number, String name) -
cannotMixAutoGeneratedNumbers
@Message(value="Type '%s' may not mix auto-generated field/enum numbers with explicit and/or reserved numbers", id=31) IllegalArgumentException cannotMixAutoGeneratedNumbers(String name) -
missingDefaultEnumValue
@Message(value="Enum '%s' must have a default enum value (with number = 0)", id=32) IllegalStateException missingDefaultEnumValue(String name) -
removedReservedNames
-
removedReservedNumbers
-
modifiedFieldNumber
-
removedFieldNotReserved
-
removedFieldNotReserved
-
modifiedFieldType
-
incompatibleSchemaChanges
@Message(value="Incompatible schema changes:\n%s", id=39) IllegalStateException incompatibleSchemaChanges(String changes) -
incompatibleTypeIds
-