# Functions
LogAndDumpFile returns logger, that will write messages and dump info into file.
LogFile returns logger, that will write messages into file.
StdOutDefaultLogger returns new asynchronous events handler, that prints logs into standard output stream with following policy: - For BOOT and ROOT loggers prints INFO and higher levels - For other logger prints WARNING and higher levels.
StdOutDefaultLoggerX returns new asynchronous events handler, that prints logs into standard output stream with following policy: - For BOOT and ROOT loggers prints INFO and higher levels - For other logger prints WARNING and higher levels X stands for eXtended configuration.
StdOutDumper returns new asynchronous events handler, that prints dumping events into standard output stream.
StdOutDumperX returns new asynchronous events handler, that prints dumping events into standard output stream X stands for eXtended configuration.
StdOutLogger returns new asynchronous events handler, that prints logs into standard output stream.
StdOutLoggerX returns new asynchronous events handler, that prints logs into standard output stream X stands for eXtended configuration.