Summary
            Base class for all ESLint log file format implementations.
            
		- Assembly
 - Cake
.Prca .Issues .EsLint .dll  - Namespace
 - Cake
.Prca .Issues .EsLint  - Interfaces
 - Base Types
 - 
									
- object
 
 
							graph TD
	Base0["object"]-->Type
	Interface0["ILogFileFormat"]-.->Type
	click Interface0 "/Cake.Prca.Website/api/Cake.Prca.Issues.EsLint/ILogFileFormat"
	Type["LogFileFormat"]
class Type type-node
						
					Syntax
public abstract class LogFileFormat : ILogFileFormat
			Constructors
| Name | Summary | 
|---|---|
| LogFileFormat | 
									
            Initializes a new instance of the LogFileFormat class.
             | 
							
Properties
| Name | Value | Summary | 
|---|---|---|
| Log | ICakeLog | 
									 
            Gets the Cake log instance.
             
								 | 
							
Methods
| Name | Value | Summary | 
|---|---|---|
| ReadIssues | 
								IEnumerable | 
								
									 
            Gets all code analysis issues.
             
								 | 
							
Extension Methods
| Name | Value | Summary | 
|---|---|---|
| NotNull | 
								void | 
									 
            Throws an exception if the specified parameter's value is null.
             
										From PrcaArgumentChecks 
								 |