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

Kernel Logging


Detailed Description

These objects and functions can be used to log information or error data to predefined platform-defined media.


Files

file  kiostream.h
 Public interface for the zygoma kernel message logging facility.

Typedefs

typedef Arch::KStreamBuf Zygoma::KStreamBuf
 An architecture-independant kernel stream buffer type based on an architecture-dependant implementation.

Functions

std::basic_ostream< char > & Zygoma::kerr ()
 Returns a reference to a standard IOStream object that will perform error message output to an appropriate platform-defined medium.
std::basic_ostream< char > & Zygoma::klog ()
 Returns a reference to a standard IOStream object that will output a log-level message to an appropriate platform-defined medium.


Typedef Documentation

typedef Arch::KStreamBuf Zygoma::KStreamBuf
 

An architecture-independant kernel stream buffer type based on an architecture-dependant implementation.


Function Documentation

std::basic_ostream<char>& Zygoma::kerr  ) 
 

Returns a reference to a standard IOStream object that will perform error message output to an appropriate platform-defined medium.

std::basic_ostream<char>& Zygoma::klog  ) 
 

Returns a reference to a standard IOStream object that will output a log-level message to an appropriate platform-defined medium.


Generated on Fri Sep 2 10:45:03 2005 for zygoma by doxygen 1.4.2