Loading...
Searching...
No Matches
realvirtual.Logger Class Reference
Static logging class for realvirtual framework with automatic hierarchy path inclusion. More...
| Static Public Member Functions | |
| static void | Message (string message, Object context=null) | 
| Logs a message without stack trace. | |
| static void | Log (string message, Object context=null, bool showStackTrace=true) | 
| Logs a message with stack trace (excluding Logger from stack) | |
| static void | Warning (string message, Object context=null, bool showStackTrace=true) | 
| Logs a warning with stack trace (excluding Logger from stack) | |
| static void | Error (string message, Object context=null, bool showStackTrace=true) | 
| Logs an error with stack trace (excluding Logger from stack) | |
Detailed Description
Static logging class for realvirtual framework with automatic hierarchy path inclusion.
Member Function Documentation
◆ Error()
| 
 | static | 
Logs an error with stack trace (excluding Logger from stack)
◆ Log()
| 
 | static | 
Logs a message with stack trace (excluding Logger from stack)
◆ Message()
| 
 | static | 
Logs a message without stack trace.
◆ Warning()
| 
 | static | 
Logs a warning with stack trace (excluding Logger from stack)