Uses of Class
com.log4rich.util.LocationInfo
Packages that use LocationInfo
-
Uses of LocationInfo in com.log4rich.util
Methods in com.log4rich.util that return LocationInfoModifier and TypeMethodDescriptionstatic LocationInfo
LocationInfo.getCaller
(int skipFrames) Create LocationInfo by analyzing the current stack trace.LoggingEvent.getLocationInfo()
Gets the location information where this event occurred.Constructors in com.log4rich.util with parameters of type LocationInfoModifierConstructorDescriptionLoggingEvent
(LogLevel level, String message, String loggerName, LocationInfo locationInfo) Creates a new LoggingEvent without an exception.LoggingEvent
(LogLevel level, String message, String loggerName, LocationInfo locationInfo, Throwable throwable) Creates a new LoggingEvent with all parameters.