Constants for logging.
LogLevel – it is list of constants which are define level of type information which must be written in log output.
INFO_LEVEL = 0 - log general information level;
ERROR_LEVEL = INFO_LEVEL + 1 - log error information level.
LogLevel – it is list of constants which are define level of type information which must be written in log output.
INFO_LEVEL = 0 - log general information level;
ERROR_LEVEL = INFO_LEVEL + 1 - log error information level.