| Package | Description |
|---|---|
| net.digitalid.utility.processing.logging |
Provides classes for logging during annotation processing.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nonnull SourcePosition |
SourcePosition.of(@Nonnull Element element)
Returns a source position with the given element.
|
static @Nonnull SourcePosition |
SourcePosition.of(@Nonnull Element element,
@Nonnull AnnotationMirror annotationMirror)
Returns a source position with the given arguments.
|
static @Nonnull SourcePosition |
SourcePosition.of(@Nonnull Element element,
@Nonnull AnnotationMirror annotationMirror,
@Nonnull AnnotationValue annotationValue)
Returns a source position with the given arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ProcessingLog.debugging(@Nonnull CharSequence message,
@Nullable SourcePosition position,
Object... arguments)
Logs the given message with the given position for debugging.
|
static void |
ProcessingLog.error(@Nonnull CharSequence message,
@Nullable SourcePosition position,
Object... arguments)
Logs the given message with the given position as an error.
|
static void |
ProcessingLog.information(@Nonnull CharSequence message,
@Nullable SourcePosition position,
Object... arguments)
Logs the given message with the given position as information.
|
void |
ErrorLogger.log(@Nonnull CharSequence message,
@Nullable SourcePosition position,
Object... arguments)
Logs the given message with the given position as an error.
|
protected static void |
ProcessingLog.log(@Nonnull Level level,
@Nonnull CharSequence message,
@Nullable SourcePosition position,
Object... arguments)
Logs the given message with the given position at the given level.
|
static void |
ProcessingLog.verbose(@Nonnull CharSequence message,
@Nullable SourcePosition position,
Object... arguments)
Logs the given message with the given position only in verbose mode.
|
static void |
ProcessingLog.warning(@Nonnull CharSequence message,
@Nullable SourcePosition position,
Object... arguments)
Logs the given message with the given position as a warning.
|
Copyright © 2017. All rights reserved.