mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
9 lines
128 B
ActionScript
9 lines
128 B
ActionScript
package {
|
|
|
|
public interface IWebSocketLogger {
|
|
function log(message:String):void;
|
|
function error(message:String):void;
|
|
}
|
|
|
|
}
|