|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogLevel | |
---|---|
de.smartics.ci.comm | Provides classes for the ci management. |
de.smartics.ci.comm.command | Provides command classes for the ci management. |
de.smartics.ci.comm.hudson | Provides hudson specific classes for the ci management. |
Uses of LogLevel in de.smartics.ci.comm |
---|
Methods in de.smartics.ci.comm with parameters of type LogLevel | |
---|---|
static void |
LogHelper.logDebug(Logger logger, LogLevel logLevel, String message) Log on debug level when appropriate. |
static void |
LogHelper.logDebug(Logger logger, LogLevel logLevel, String message, Throwable t) Log on debug level when appropriate. |
static void |
LogHelper.logError(Logger logger, LogLevel logLevel, String message) Log on errror level when appropriate. |
static void |
LogHelper.logError(Logger logger, LogLevel logLevel, String message, Throwable t) Log on error level when appropriate. |
static void |
LogHelper.logInfo(Logger logger, LogLevel logLevel, String message) Log on info level when appropriate. |
static void |
LogHelper.logInfo(Logger logger, LogLevel logLevel, String message, Throwable t) Log on info level when appropriate. |
static void |
LogHelper.logWarn(Logger logger, LogLevel logLevel, String message) Log on warn level when appropriate. |
static void |
LogHelper.logWarn(Logger logger, LogLevel logLevel, String message, Throwable t) Log on warn level when appropriate. |
void |
CiController.setLogLevel(LogLevel logLevel) Set the log level for this controller. |
Uses of LogLevel in de.smartics.ci.comm.command |
---|
Fields in de.smartics.ci.comm.command declared as LogLevel | |
---|---|
protected LogLevel |
AbstractCommand.logLevel The log level for this command. |
Methods in de.smartics.ci.comm.command with parameters of type LogLevel | |
---|---|
void |
AbstractCommand.setLogLevel(LogLevel logLevel) Sets the log level for this command. |
Uses of LogLevel in de.smartics.ci.comm.hudson |
---|
Methods in de.smartics.ci.comm.hudson with parameters of type LogLevel | |
---|---|
static CiController |
HudsonCiSystemFactory.createCiController(CiSystem system, LogLevel loglevel) Factory method to create CIController. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |