org.apache.geronimo.management.geronimo
Interface Log

All Known Subinterfaces:
DerbyLog, JettyLogManager, TomcatLogManager, WebAccessLog
All Known Implementing Classes:
DerbyLogGBean, JettyLogManagerImpl, TomcatLogManagerImpl

public interface Log

A general log manager.


Nested Class Summary
static class Log.LogMessage
           
static class Log.SearchResults
           
 
Field Summary
static int MAX_SEARCH_RESULTS
          The most search lines that will ever be returned, no matter what you ask for.
 

Field Detail

MAX_SEARCH_RESULTS

static final int MAX_SEARCH_RESULTS
The most search lines that will ever be returned, no matter what you ask for. This is to conserve memory and transfer bandwidth.

See Also:
Constant Field Values


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.