net.i2p.router.web
Class LogsHelper

java.lang.Object
  extended by net.i2p.router.web.HelperBase
      extended by net.i2p.router.web.LogsHelper

public class LogsHelper
extends HelperBase


Field Summary
 
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out, PROP_ADVANCED
 
Constructor Summary
LogsHelper()
           
 
Method Summary
 String getCriticalLogs()
          Side effect - calls logManager.flush()
 String getJettyVersion()
           
 String getLogs()
          Does not call logManager.flush(); call getCriticalLogs() first to flush
 String getServiceLogs()
           
 String getUnavailableCrypto()
           
static String jettyVersion()
           
(package private) static File wrapperLogFile(I2PAppContext ctx)
          Does not necessarily exist.
 
Methods inherited from class net.i2p.router.web.HelperBase
_, _, _, _x, isAdvanced, ngettext, setContextId, storeWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogsHelper

public LogsHelper()
Method Detail

getJettyVersion

public String getJettyVersion()
Since:
0.8.12

jettyVersion

public static String jettyVersion()
Since:
0.8.13

getUnavailableCrypto

public String getUnavailableCrypto()
Since:
0.9.15

getLogs

public String getLogs()
Does not call logManager.flush(); call getCriticalLogs() first to flush


getCriticalLogs

public String getCriticalLogs()
Side effect - calls logManager.flush()


wrapperLogFile

static File wrapperLogFile(I2PAppContext ctx)
Does not necessarily exist.

Since:
0.9.1

getServiceLogs

public String getServiceLogs()