Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

LogExtensions Namespace Reference


Compounds

interface  LogExtensions::Logging
 An interface that can be used by typed log clients. More...

struct  LogExtensions::LogInfo
 A data structure for log record information. More...


Variables

const short Info = 0
const short Debug = 1
const short Warning = 2
const short Error = 3
const short Fatal = 4


Detailed Description

Author:
PrismTech
Version:
Version 2.0


Variable Documentation

const short LogExtensions::Debug = 1
 

const short LogExtensions::Error = 3
 

const short LogExtensions::Fatal = 4
 

const short LogExtensions::Info = 0
 

const short LogExtensions::Warning = 2