Groovy Documentation

de.matrixweb.harhar
[Groovy] Class CliLogger

java.lang.Object
  de.matrixweb.harhar.CliLogger
All Implemented Interfaces:
Logger

class CliLogger
extends Object

Authors:
marwol


Property Summary
boolean debug

 
Constructor Summary
CliLogger(def debug)

 
Method Summary
void debug(def message)

void info(def message)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

debug

boolean debug


 
Constructor Detail

CliLogger

CliLogger(def debug)


 
Method Detail

debug

void debug(def message)


info

void info(def message)


 

Groovy Documentation