-
Notifications
You must be signed in to change notification settings - Fork 48
Loggers
Andrey Taritsyn edited this page Aug 1, 2017
·
3 revisions
Loggers can to record errors and warnings, that occur during the minification. Be a logger can any class, that implements the ILogger
interface or inherits the LoggerBase
class from the WebMarkupMin.Core.Loggers
namespace.
If during of minification an error occured, then the ThrowExceptionLogger
class throws exception of the MarkupMinificationException
type.
If you prefer to self-handle minification errors, you can use instead of the real logger the stub in the form of NullLogger
class.
- Core
- External JS and CSS minifiers
- ASP.NET Extensions
- How to upgrade applications to version 2.X
- Additional reading and resources