Logger(String, boolean) constructor
Create a new log file.
Syntax
public
Logger
(
String
fileName
,
boolean
overwrite
) throws IOException
Parameters
-
fileName –
The log file name
-
overwrite –
true means to overwrite any existing file, false means append to any existing file.
Exceptions
-
IOException –
if an error occurs.