maslab.telemetry
Class JugLoggerPublisher

java.lang.Object
  extended by maslab.util.LoggerPublisher
      extended by maslab.telemetry.JugLoggerPublisher

public class JugLoggerPublisher
extends LoggerPublisher

Channel for publishing text messages to the BotClient


Constructor Summary
JugLoggerPublisher(java.lang.String name)
          Create a new TextChannel
 
Method Summary
 void publishUnconditional(java.lang.String name, int level, java.lang.String message)
           
 
Methods inherited from class maslab.util.LoggerPublisher
publish, setGlobalLevel, setLevel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JugLoggerPublisher

public JugLoggerPublisher(java.lang.String name)
Create a new TextChannel

Parameters:
name - The name of the channel to publish on.
Method Detail

publishUnconditional

public void publishUnconditional(java.lang.String name,
                                 int level,
                                 java.lang.String message)
Overrides:
publishUnconditional in class LoggerPublisher