Pluie.Dbg
Description:
Dbg namespace with convenient static methods used to display traces
Content:
Constants:
Functions:
- public void init (bool debug = false)
initialize logging
- public void @in (string method, string? parameters = null, int line = 0, string? file = null)
log method entering
- public void @out (string method, string? parameters = null, int line = 0, string? file = null)
log method leaving
- public void msg (string msg, int line = 0, string? file = null)
log a message
- public void error (string msg, string method, int line = 0, string? file = null, int8 mode = DBG_ERROR)
log error
Fields: