The classify utility class is designed to create a standard classification
system used by the Carbon Core and its dependent services for a common
understanding of events.
This commonality includes the management the severity of an event as well
as its source and is used between both the exception handling subsytem and the
standard logging system. This allows developers to create classes of exceptions
and classify their severity as well as where they came from code wise. This
will allow the logging system to automatically log them as well as filter the
exceptions into groups, as configured by the user, so that they only see the
messages and exceptions that they choose to see.
|