StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StStarLogger
logging
TxEventLogFactory.h
1
/*
2
* @file TxEventLogFactory.h
3
* @author Valeri Fine
4
*
5
* @(#)cpp/api:$Id: TxEventLogFactory.h,v 1.3 2010/09/24 17:17:35 fine Exp $
6
*
7
* TxEventLogFactory instantiuate the concrete implementation for
8
* * TxEventLOf interface
9
*/
10
11
#ifndef TX_EVENT_LOG_FACTORY_H
12
#define TX_EVENT_LOG_FACTORY_H
13
namespace
TxLogging {
14
class
TxEventLog;
15
class
TxEventLogFactory
{
16
public
:
17
static
TxEventLog
* create(
const
char
*technology=
"file"
);
18
static
int
main(
int
argc,
const
char
*argv[]);
19
};
20
}
21
#endif
TxLogging::TxEventLogFactory
Definition:
TxEventLogFactory.h:15
TxLogging::TxEventLog
Definition:
TxEventLog.h:28
Generated by
1.8.5