dlogg.strict

Default synchronized log realization. The logging process performs instantly (if it can be processed properly). Logger puts message style string and current timestamp before the message.

Tested to be able operate in daemon mode and under heavy concurrent writing.

Public Imports

dlogg.log
public import dlogg.log;

Members

Classes

StrictLogger
class StrictLogger

Standard implementation of ILogger interface.

Functions

testThread
void testThread(ILogger logger, Tid owner, int i, uint n)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

NCrashed <ncrashed@gmail.com>