public interface RuntimeDialect
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName(int depth)
Get a specific fully-qualified class name from current stack trace.
|
String |
getProcessId()
Get the ID of the current process (pid).
|
StackTraceElement |
getStackTraceElement(int depth)
Get a specific stack trace element from current stack trace.
|
String getProcessId()
String getClassName(int depth)
depth - Position of stack trace elementStackTraceElement getStackTraceElement(int depth)
depth - Position of stack trace elementCopyright © 2017. All rights reserved.