Package ch.tocco.nice2.boot.api.logging
Class LogSinkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.boot.api.logging.LogSinkException
- All Implemented Interfaces:
Serializable,Iterable<LogSinkException>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLogSinkException(LogEntry entry, LogChannel channel, LogSink sink, Throwable exception) -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(LogSinkException lse) static LogSinkExceptionappend(LogSinkException throwing, LogEntry entry, LogChannel channel, LogSink sink, Throwable exception) getEntry()getNext()getSink()iterator()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
LogSinkException
-
-
Method Details
-
append
public static LogSinkException append(LogSinkException throwing, LogEntry entry, LogChannel channel, LogSink sink, Throwable exception) -
getEntry
-
getChannel
-
getSink
-
getNext
-
append
-
iterator
- Specified by:
iteratorin interfaceIterable<LogSinkException>
-