Uses of Interface
io.jstach.rainbowgum.LogEvent.Caller
Packages that use LogEvent.Caller
-
Uses of LogEvent.Caller in io.jstach.rainbowgum
Methods in io.jstach.rainbowgum that return LogEvent.CallerModifier and TypeMethodDescriptiondefault @Nullable LogEvent.Caller
LogEvent.callerOrNull()
Returns info about caller ornull
if not supported.LogEvent.Caller.freeze()
Make the caller info immutable.static LogEvent.Caller
LogEvent.Caller.of
(StackWalker.StackFrame stackFrame) Creates caller info from a stack frame.static @Nullable LogEvent.Caller
LogEvent.Caller.ofDepthOrNull
(int depth) Returns caller from a certain depth ornull
Methods in io.jstach.rainbowgum with parameters of type LogEvent.CallerModifier and TypeMethodDescriptionLogEvent.Builder.caller
(@Nullable LogEvent.Caller caller) Adds caller info.static String
LogEvent.Caller.toString
(@Nullable LogEvent.Caller caller) Convenience toString for caller.static LogEvent
LogEvent.withCaller
(LogEvent event, LogEvent.Caller caller) Creates a new event with the caller info attached.