MCPcopy Create free account
hub / github.com/ddnet/ddnet / Message

Method Message

src/base/logger.h:49–52  ·  view source on GitHub ↗

* The actual log message excluding timestamp and the system. */

Source from the content-addressed store, hash-verified

47 * The actual log message excluding timestamp and the system.
48 */
49 const char *Message() const
50 {
51 return m_aLine + m_LineMessageOffset;
52 }
53};
54
55class CLogFilter

Callers 2

LogMethod · 0.80
LogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected