aQute.libg.log
Interface Logger


public interface Logger


Method Summary
 void error(String s, Object... args)
           
 List<String> getErrors()
           
 List<String> getProgress()
           
 List<String> getWarnings()
           
 boolean isPedantic()
           
 void progress(String s, Object... args)
           
 void warning(String s, Object... args)
           
 

Method Detail

error

void error(String s,
           Object... args)

warning

void warning(String s,
             Object... args)

progress

void progress(String s,
              Object... args)

getWarnings

List<String> getWarnings()

getErrors

List<String> getErrors()

getProgress

List<String> getProgress()

isPedantic

boolean isPedantic()


Copyright © 2010 aQute SARL. All Rights Reserved.