public class CurrentLineInfo extends Object
Constructor and Description |
---|
CurrentLineInfo() |
Modifier and Type | Method and Description |
---|---|
static String |
getClassName()
得到当前线程所在的类名称
|
static String |
getFileName() |
static int |
getLineNumber()
得到当前线程在第几行
|
static String |
getMethodName()
得到当前线程所在的方法名称
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.