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
-
debug
Log debug messages to the log file. Automatically prepends date and time- Parameters:
message- The message to log
-
info
Log a message to the log file. Automatically prepends date and time- Parameters:
message- The message to log
-
warning
Log a warning message to the log file. Automatically prepends date and time- Parameters:
message- The message to log
-
severe
Log a severe message to the log file. Automatically prepends date and time- Parameters:
message- The message to log
-