DefaultPooledObject.setRequireFullStackTrace

Configures the stack trace generation strategy based on whether or not fully detailed stack traces are required. When set to false, abandoned logs may only include caller class information rather than method names, line numbers, and other normal metadata available in a full stack trace.

@param requireFullStackTrace the new configuration setting for abandoned object logging

class DefaultPooledObject(T)
void
setRequireFullStackTrace

Meta