FlixelStackTraceProvider
View sourceinterface
org.flixelgdx.logging.FlixelStackTraceProvider
public interface FlixelStackTraceProvider
Interface for providing stack trace information in a platform-independent way.
Methods
getCaller()
public FlixelStackFrame getCaller()
Gets the stack frame of the caller of the logger.
Returns: The stack frame of the caller, or null if it cannot be determined.