Home | History | Annotate | Download | only in Logger

Lines Matching defs:ERROR

55 ERROR   = 50

69 DEBUG_7, DEBUG_8, DEBUG_9, VERBOSE, WARN, INFO, ERROR, QUIET, \
83 # For ERROR level
89 # String templates for ERROR/WARN/DEBUG log message
92 ('\n\n%(tool)s...\n%(file)s(%(line)s): error %(errorcode)04X: %(msg)s\n\t%(extra)s')
95 '\n\n%(tool)s...\n : error %(errorcode)04X: %(msg)s\n\t%(extra)s'
114 _ERROR_LOGGER.error(msg, *args, **kwargs)
198 ## Log ERROR message
200 # Once an error messages is logged, the tool's execution will be broken by
206 # @param ErrorCode The error code
208 # @param File The name of file which caused the error.
214 def Error(ToolName, ErrorCode, Message=None, File=None, Line=None, \
247 _ERROR_LOGGER.log(ERROR, LogText)
273 # For ERROR level
299 ## Raise up warning as error