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
Modifier and TypeMethodDescriptionvoidLog debug messages to the log file.voidLog a message to the log file.voidDeprecated.Use #info() instead.voidLog a severe message to the log file.voidLog a warning message to the log file.
-
Constructor Details
-
HoneypotLogger
public HoneypotLogger()Initialize the Honeypot logger and create it if it doesn't exist
-
-
Method Details
-
log
Deprecated.Use #info() instead. They are functionally the same, but this method will be removed laterLog a message to the log file. Automatically prepends date and time- Parameters:
message- The message to log
-
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
-