OpenPetra
Free Administration Software for Non-Profits
Logging.cs File Reference

Classes

class  Ict.Common.TLogging
 The TLogging class provides general logging functionality. Logging output can currently go to the Console, to a file or to both at the same time. More...
 
class  Ict.Common.ENoLoggingToFile_WrongConstructorUsedException
 This Exception is thrown if the TLogging class was created using the Create() constructor (without the FileName parameter) and a logging request is made that would write to a Logfile. More...
 

Namespaces

namespace  Ict
 
namespace  Ict.Common
 

Enumerations

enum  Ict.Common.TLoggingType { Ict.Common.ToConsole = 1 , Ict.Common.ToLogfile = 2 , Ict.Common.ToStatusBar = 4 }
 Logging Type describes the destination of the logging messages More...