C# Class WebMarkupMin.Core.Loggers.ThrowExceptionLogger

Logger, which throws exceptions when errors found
Inheritance: WebMarkupMin.Core.Loggers.LoggerBase
Mostrar archivo Open project: Taritsyn/WebMarkupMin

Public Methods

Method Description
Error ( string category, string message, string filePath = "", int lineNumber, int columnNumber, string sourceFragment = "" ) : void

Logs a information about the error

Method Details

Error() public method

Logs a information about the error
public Error ( string category, string message, string filePath = "", int lineNumber, int columnNumber, string sourceFragment = "" ) : void
category string Error category
message string Error message
filePath string File path
lineNumber int Line number on which the error occurred
columnNumber int Column number on which the error occurred
sourceFragment string Fragment of source code
return void