public interface LogHandler:
Destination contract for log events.
A Logger produces a LogEvent; a LogHandler processes it. Handler implementations must be safe for concurrent calls unless documented otherwise.
import klyn.logging import klyn.logging.handler handler as LogHandler = ConsoleLogHandler() LogManager.configure(handler)