Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

BPLoggingStub.h File Reference


Detailed Description

A facade for logging when unit testing and developing.

Logs to file or std::clog from iostreams. The Logging Service does not need to be running. A developer can use the BPLog operations and see the log entries on the console or in a local file.

Author
knoxy
Revision
1.1
Date
2004/10/26 02:58:26

#include "BPLog.h"
#include "InitCommand.h"
#include <iostream>
#include <fstream>

Include dependency graph for BPLoggingStub.h:

Include dependency graph

Go to the source code of this file.

Classes

class  BPLoggingStub
 A stub for the BPLog contract. More...