Installation

About

The Crispy Waffle project is divided into some packages:

Package Description
CrispyWaffle The core package, with main features.
Configuration Configuration abstractions.
ElasticSearch The ElasticSearch extension package.
Implements the Elastic Search client and log features.
ELMAH The ELMAH exception handler.
Redirects the exceptions messages (from LogConsumer.Handle method) to ELMAH.
EventLog The event log extension package.
Implements the log classes to Windows event log.
Log4Net The Log4Net log provider.
Redirects the log output to Log4Net.
RabbitMQ The RabbitMQ extension package.
Implements the RabbitMQ message broker client and log features.
Redis The Redis extension package.
Implements the Redis cache, log and telemetry features.
Utils The utility extension package.
Implements the utility classes (communications - FTP client, SMTP mailer).

Language packages

The following language (i18n) packages are available:

Package Description
Pt-Br Brazilian Portuguese (PT-BR)

Github Releases

GitHub last release Github All Releases

Download the latest zip file from the Release page.

Nuget package manager

Package Version Downloads
CrispyWaffle CrispyWaffle NuGet Version CrispyWaffle NuGet Downloads
CrispyWaffle.Configuration CrispyWaffle Configuration NuGet Version CrispyWaffle Configuration NuGet Downloads
CrispyWaffle.ElasticSearch CrispyWaffle ElasticSearch NuGet Version CrispyWaffle ElasticSearch NuGet Downloads
CrispyWaffle.Elmah CrispyWaffle ELMAH NuGet Version CrispyWaffle ELMAH NuGet Downloads
CrispyWaffle.EventLog CrispyWaffle EventLog NuGet Version CrispyWaffle EventLog NuGet Downloads
CrispyWaffle.Log4Net CrispyWaffle Log4Net NuGet Version CrispyWaffle Log4Net NuGet Downloads
CrispyWaffle.RabbitMQ CrispyWaffle RabbitMQ NuGet Version CrispyWaffle RabbitMQ NuGet Downloads
CrispyWaffle.Redis CrispyWaffle Redis NuGet Version CrispyWaffle Redis NuGet Downloads
CrispyWaffle.Utils CrispyWaffle Utils NuGet Version CrispyWaffle Utils NuGet Downloads

Language packages (i18n)

Package Version Downloads
CrispyWaffle.I18n.PtBr CrispyWaffle i18n pt-br NuGet Version CrispyWaffle i18n pt-br NuGet Downloads

Package Manager Console (manual)

CrispyWaffle

Install-Package CrispyWaffle

Configuration

Install-Package CrispyWaffle.Configuration

ElasticSearch

Install-Package CrispyWaffle.ElasticSearch

ELMAH

Install-Package CrispyWaffle.Elmah

EventLog

Install-Package CrispyWaffle.EventLog

Log4Net

Install-Package CrispyWaffle.Log4Net

RabbitMQ

Install-Package CrispyWaffle.RabbitMQ

Redis

Install-Package CrispyWaffle.Redis

Utils

Install-Package CrispyWaffle.Utils

Language packages

PT-BR

Install-Package CrispyWaffle.I18n.PtBr