Class Debug
java.lang.Object
com.ibm.wala.shrike.sourcepos.Debug
- Author:
- Juergen Graf <juergen.graf@gmail.com>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidallow(Debug.LogLevel level) static voidappendInfo(String str) static voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic PrintStreamgetStream(Debug.LogLevel level) static voidignore(Debug.LogLevel level) static voidstatic voidstatic voidstatic voidlogTime()static voidstatic voidsetLogFile(String file) static voidsetMinLogLevel(Debug.LogLevel level) Set to log all events with the given or higher prioritystatic voidstatic voidstatic void
-
Field Details
-
PRINT_CHARACTER_RANGE_TABLE
public static final boolean PRINT_CHARACTER_RANGE_TABLE- See Also:
-
-
Method Details
-
setLogFile
- Throws:
FileNotFoundException
-
setMinLogLevel
Set to log all events with the given or higher priority -
noLogging
public static void noLogging() -
fullLogging
public static void fullLogging() -
error
-
warn
-
info
-
debug
-
error
-
warn
-
logTime
public static void logTime() -
info
-
appendInfo
-
debug
-
error
-
warn
-
info
-
debug
-
allow
-
ignore
-
getStream
-