package {

public interface IWebSocketLogger {
  function log(message:String):void;
  function error(message:String):void;
}

}