2 Aesalon, a tool to visualize a program's behaviour at run-time.
3 Copyright (C) 2010, Aesalon Development Team.
5 Aesalon is distributed under the terms of the GNU GPLv3. For more
6 licensing information, see the file LICENSE included with the distribution.
8 @file include/vcomm/LogSink.h
12 #ifndef AesalonVComm_LogSink_H
13 #define AesalonVComm_LogSink_H
15 #include <semaphore.h>
21 class LogSink
: public DataSink
{
29 /** Sink a packet into a log file.
31 virtual void sinkPacket(Common::VPacket
*packet
);