MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / to_out

Function to_out

include/daScript/simulate/simulate.h:543–545  ·  view source on GitHub ↗

output to stdout or equivalent

Source from the content-addressed store, hash-verified

541
542 virtual void to_out ( const LineInfo * at, int level, const char * message ); // output to stdout or equivalent
543 void to_out ( const LineInfo * at, const char * message ) {
544 to_out(at, LogLevel::defaultPrint, message);
545 }
546 virtual void to_err ( const LineInfo * at, const char * message ) {
547 // output to stderr or equivalent
548 to_out(at, LogLevel::error, message);

Callers 2

stackWalkMethod · 0.85
to_errFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected