Hi all
it is possibile do not show the "log message" that Verbose Sending Plugin generate but put it into a database?
How?
thx a lot
Verbose Sending Plugin, log to db
Moderators: Chris Corbyn, General Moderators
-
Blade McKain
- Forum Newbie
- Posts: 1
- Joined: Thu Jul 10, 2008 3:15 am
Re: Verbose Sending Plugin, log to db
Why not use the Swift's logging system - Linky
This is what I use for my application so every email that is sent is logged in the database. I also have verbose plugin enabled but only in debug mode.
This is what I use for my application so every email that is sent is logged in the database. I also have verbose plugin enabled but only in debug mode.
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: Verbose Sending Plugin, log to db
Yes it is. Read the bottom of the following page, and instead of echoing something in your custom view, just store it in the DB. Semantically it's wrong, but in practice it works. In version 4 I've changed the naming so semantically doing such a thing makes sense.Blade McKain wrote:Hi all
it is possibile do not show the "log message" that Verbose Sending Plugin generate but put it into a database?
How?
thx a lot