tango.util.log.Trace

Public Imports

tango.util.log.Config
public import tango.util.log.Config;
Undocumented in source.

Members

Aliases

Trace
alias Trace = Log

redirect to the Log module

Functions

main
void main()

Meta

License

BSD style: $(LICENSE)

Version

Oct 2007: Initial release

Authors

Kris

Synchronized, formatted console output. Usage is:

Trace.formatln ("hello {}", "world");

Note that this has become merely a wrapper around Log.formatln(), so please use that API instead