Method Summary |
|
final protected synchronized void | checkConnection() Utility method to check connection and bring it back up if necessary. |
public synchronized void | close() Shutdown target. |
protected synchronized void | closeConnection() Close connection to underlying database. |
protected synchronized void | doProcessEvent(LogEvent event) Process a log event, via formatting and outputting it. |
final protected synchronized Connection | getConnection() Utility method for subclasses to access connection. |
protected synchronized boolean | isStale() Detect if connection is stale and should be reopened. |
protected synchronized void | open() Startup log session. |
protected synchronized void | openConnection() Open connection to underlying database. |
abstract protected void | output(LogEvent event) Output a log event to DB. |