@Mutable public class ErrorLogger extends ProcessingLog
ProcessingLog only for being able to call ProcessingLog.log(net.digitalid.utility.logging.Level, java.lang.CharSequence, net.digitalid.utility.processing.logging.SourcePosition, java.lang.Object...) directly.| Modifier and Type | Field and Description |
|---|---|
static @Nonnull ErrorLogger |
INSTANCE
Stores an immutable instance of the error logger, which can be shared.
|
| Constructor and Description |
|---|
ErrorLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
log(@Nonnull CharSequence message,
@Nullable SourcePosition position,
Object... arguments)
Logs the given message with the given position as an error.
|
annotatedElements, debugging, debugging, error, error, information, information, initialize, log, rootElements, verbose, verbose, warning, warning@Nonnull public static final @Nonnull ErrorLogger INSTANCE
@Impure public void log(@Nonnull @Nonnull CharSequence message, @Nullable @Nullable SourcePosition position, @NonCaptured @Unmodified @Nonnull @NullableElements Object... arguments)
Copyright © 2017. All rights reserved.