lib/rex/constants.rb in librex-0.0.65 vs lib/rex/constants.rb in librex-0.0.66

- old
+ new

@@ -1,5 +1,6 @@ +# -*- coding: binary -*- # # Log severities # LOG_ERROR = 'error' LOG_DEBUG = 'debug' @@ -11,11 +12,11 @@ # # Log levels # ## -# +# # LEV_0 - Default # # This log level is the default log level if none is specified. It should be # used when a log message should always be displayed when logging is enabled. # Very few log messages should occur at this level aside from necessary @@ -27,11 +28,11 @@ # # LEV_1 - Extra # # This log level should be used when extra information may be needed to # understand the cause of an error or warning message or to get debugging -# information that might give clues as to why something is happening. This +# information that might give clues as to why something is happening. This # log level should be used only when information may be useful to understanding # the behavior of something at a basic level. This log level should not be # used in an exhaustively verbose fashion. # LEV_1 = 1 @@ -48,13 +49,13 @@ LEV_2 = 2 # # LEV_3 - Insanity # -# This log level should contain very verbose information about the +# This log level should contain very verbose information about the # behavior of the framework, such as detailed information about variable # states at certain phases including, but not limited to, loop iterations, -# function calls, and so on. This log level will rarely be displayed, +# function calls, and so on. This log level will rarely be displayed, # but when it is the information provided should make it easy to analyze # any problem. # LEV_3 = 3