Package manifold.api.util
Class DebugLogUtil
java.lang.Object
manifold.api.util.DebugLogUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic voidLog debug message to specified path/file.static voidstatic voidLog exception stack trace to specified path/file.static void
-
Constructor Details
-
DebugLogUtil
public DebugLogUtil()
-
-
Method Details
-
log
Log debug message to specified path/file. Note this is a last ditch logging effort for use-cases where logging to System.err/out or other means fails. -
log
-
log
Log exception stack trace to specified path/file. Note this is a last ditch logging effort for use-cases where logging to System.err/out or other means fails. -
log
-
getStackTrace
-