public final class Log
extends java.lang.Object
| Constructor and Description |
|---|
Log() |
| Modifier and Type | Method and Description |
|---|---|
static void |
append(java.lang.String s)
Appends the user-provided string
s to the interaction
log. |
static void |
close()
Closes the interaction log.
|
static boolean |
isOpen()
Checks whether the interaction log is opened.
|
static boolean |
open(java.lang.String filename)
Open an interaction log file.
|
public static boolean open(java.lang.String filename)
filename - the name of the file to openpublic static void close()
public static void append(java.lang.String s)
s to the interaction
log.Z3Exceptionpublic static boolean isOpen()