LogToMail
As part of the SoftFluent product team, I’m proud to officially announce our new product: LogToMail!
LogToMail is a light program (the whole thing is less than 1 MB), which can run as a Windows Service or in command line, and which monitors the event log of a server.

Whenever a new entry is logged, it can send an email with the content of the log entry to the appropriate person.

Defining which type of entries should trigger an email (all by default) and to whom (default is the administrator email specified at installation time) can be done through the configuration file of the tool. To be more precise, rules are defined using the JavaScript language.
For instance, the following rule sends an email to user1, user2 and user3, when an error log event other than the 1058 and 1126 is written to the event log:
<rule name="SendToUsers" sendFrom="logtomail@softfluent.com" sendTo="user1@example.com,user2@example.com,user3@example.com" sendFromDisplayName="LogToMail '#::Environment.MachineName#'">
(Event.EventType == 1) && (Event.EventCode != 1058) && (Event.EventCode != 1126)
</rule>
We’ve actually been using this tool internally for years to ensure we don’t miss issues on our servers; it turned out to be so useful that we thought it might help others than us ![]()
There’s a free evaluation version (limited to 30 days) which is available here if ever you want to try it out ![]()
Hope this helps,
Carl Anderson
Share this:
Leave a Reply Cancel reply
Search
Categories
- .NET (4)
- .NET Domain Model (36)
- ASP.NET (31)
- ASP.NET MVC (2)
- C# (3)
- Cache (1)
- Data access (1)
- Developing Using CodeFluent Entities (141)
- Documentation (10)
- Entity Framework (2)
- Exploring the CodeFluent Runtime (12)
- Importers (16)
- Links (9)
- MySQL (2)
- News (64)
- Not CodeFluent Related :) (19)
- Oracle Database (31)
- Pet Shop Reloaded (2)
- PostgreSQL (2)
- Presentation (63)
- Producers (5)
- ServiceStack (1)
- SharePoint (10)
- SoftFluent Products (16)
- SQL Server (44)
- SQLAzure (39)
- Templates (13)
- Tools (2)
- Uncategorized (2)
- WCF (10)
- Web API (2)
- WPF (10)
Recent Posts
- [Pet Shop Reloaded] The Application
- [Pet Shop Reloaded] A comparative study between CodeFluent Entities and Entity Framework
- Using flags enumeration with ASP.NET MVC and CodeFluent Entities
- Defining type mappers when importing a database using the Importer Wizard
- Creating a custom sub producer to only generate resources
Top Posts
Top Rated
Archives
- June 2013 (2)
- May 2013 (5)
- April 2013 (6)
- March 2013 (5)
- February 2013 (4)
- January 2013 (1)
- December 2012 (3)
- November 2012 (8)
- October 2012 (8)
- September 2012 (4)
- August 2012 (7)
- July 2012 (8)
- June 2012 (11)
- May 2012 (4)
- April 2012 (11)
- March 2012 (11)
- February 2012 (12)
- January 2012 (14)
- December 2011 (12)
- November 2011 (16)
- October 2011 (5)
- September 2011 (16)
- August 2011 (15)
- June 2011 (22)
- May 2011 (16)
- April 2011 (11)
- March 2011 (16)
- February 2011 (16)
- January 2011 (14)
- December 2010 (1)
- November 2010 (9)
- October 2010 (1)
- September 2010 (1)
- July 2010 (2)
- June 2010 (2)
- May 2010 (1)
- April 2010 (1)
- March 2010 (2)
- February 2010 (1)
- January 2010 (4)
- December 2009 (5)
- November 2009 (1)
- August 2009 (1)
- July 2009 (1)
- June 2009 (2)