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
ConstructorDescriptionLogSinkException
(LogEntry entry, LogChannel channel, LogSink sink, Throwable exception) -
Method Summary
Modifier and TypeMethodDescriptionvoid
append
(LogSinkException lse) static LogSinkException
append
(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, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
iterator
in interfaceIterable<LogSinkException>
-