org.inxar.syntacs.util
Interface Log


public interface Log

A Log is a stream which is partitioned into different Channels, each Channel dedicated to a particular level.


Method Summary
 Channel catastrophe()
          Gets the catastrophe Channel.
 Channel critical()
          Gets the critical Channel.
 Channel debug()
          Gets the debugging Channel.
 Channel info()
          Gets the general info Channel.
 Channel trace()
          Gets the tracing Channel.
 Channel warn()
          Gets the warning Channel.
 

Method Detail

trace

public Channel trace()
Gets the tracing Channel.

debug

public Channel debug()
Gets the debugging Channel.

info

public Channel info()
Gets the general info Channel.

warn

public Channel warn()
Gets the warning Channel.

critical

public Channel critical()
Gets the critical Channel.

catastrophe

public Channel catastrophe()
Gets the catastrophe Channel.