Error.h File Reference

for printing and system errors More...

#include <libos/Defines.h>
Include dependency graph for Error.h:

Go to the source code of this file.

Functions

EXPORT_DLL void losPrintLastSystemError ()
 losPrintLastSystemError get and print last native system error More...
 
EXPORT_DLL void losPrintInfo (const char *msg)
 losPrintInfo print a normal message More...
 
EXPORT_DLL void losPrintDebug (const char *msg)
 losPrintDebug print a debug msg More...
 
EXPORT_DLL void losPrintError (const char *msg)
 losPrintError print a program error More...
 

Detailed Description

for printing and system errors

Author
Luke Shore luket.nosp@m.hemo.nosp@m.dded@.nosp@m.gmai.nosp@m.l.com
Version
1.0
Date
04/4/2023

Function Documentation

◆ losPrintDebug()

EXPORT_DLL void losPrintDebug ( const char *  msg)

losPrintDebug print a debug msg

Parameters
[in]msg

◆ losPrintError()

EXPORT_DLL void losPrintError ( const char *  msg)

losPrintError print a program error

Parameters
[in]msg

◆ losPrintInfo()

EXPORT_DLL void losPrintInfo ( const char *  msg)

losPrintInfo print a normal message

Parameters
[in]msg

◆ losPrintLastSystemError()

EXPORT_DLL void losPrintLastSystemError ( )

losPrintLastSystemError get and print last native system error

Importation of libraries