com.atlassian.jira.functest.framework.log
Class FuncTestLoggerImpl

java.lang.Object
  extended by com.atlassian.jira.functest.framework.log.FuncTestLoggerImpl
All Implemented Interfaces:
FuncTestLogger

public class FuncTestLoggerImpl
extends Object
implements FuncTestLogger

A logging implementation with the concept of "indentation" for hirearchical levels of logging. Really aimed at making the output easier to read, especiallly in the Bamboo cargo logs.

Since:
v3.13

Constructor Summary
FuncTestLoggerImpl()
           
FuncTestLoggerImpl(int indetLevel)
           
 
Method Summary
 void log(Object logData)
          This will data via a String.valueOf(logData) in the specified object.
 void log(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuncTestLoggerImpl

public FuncTestLoggerImpl()

FuncTestLoggerImpl

public FuncTestLoggerImpl(int indetLevel)
Method Detail

log

public void log(Object logData)
Description copied from interface: FuncTestLogger
This will data via a String.valueOf(logData) in the specified object.

Specified by:
log in interface FuncTestLogger
Parameters:
logData - the objct to log via String.valueOf().

log

public void log(Throwable t)
Specified by:
log in interface FuncTestLogger


Copyright © 2002-2012 Atlassian. All Rights Reserved.