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. |
|
An architecture-independant kernel stream buffer type based on an architecture-dependant implementation.
|
|
Returns a reference to a standard IOStream object that will perform error message output to an appropriate platform-defined medium.
|
|
Returns a reference to a standard IOStream object that will output a log-level message to an appropriate platform-defined medium.
|