Package ghidra.framework
Class LoggingInitialization
java.lang.Object
ghidra.framework.LoggingInitialization
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOG4J2_CONFIGURATION_PROPERTY
- See Also:
-
-
Constructor Details
-
LoggingInitialization
public LoggingInitialization()
-
-
Method Details
-
initializeLoggingSystem
public static void initializeLoggingSystem() -
getApplicationLogFile
Returns the default file used for logging messages.- Returns:
- the file
-
getScriptLogFile
Returns the default file used for logging messages.- Returns:
- the file
-
reinitialize
public static void reinitialize()Signals to reload the log settings from the log configuration files in use. This is useful for tests that wish to temporarily change log settings, restoring them when done.This method will do nothing if
initializeLoggingSystem()
has not been called.
-