Class HoneypotLogger
java.lang.Object
org.reprogle.honeypot.common.utils.HoneypotLogger
-
Constructor Summary
ConstructorsConstructorDescriptionInitialize the Honeypot logger and create it if it doesn't exist -
Method Summary
-
Constructor Details
-
HoneypotLogger
public HoneypotLogger()Initialize the Honeypot logger and create it if it doesn't exist
-
-
Method Details
-
log
Log a message to the log file. Automatically prepends date and time- Parameters:
message- The message to log
-