connect.logger
This is a version of the SDK for CloudBlue Connect platform, written in Haxe. While it allows to write connectors in Haxe itself, the generated code can be used to write connectors in C#, Java, JavaScript, PHP and Python.
| .. | |
|---|---|
| ILoggerFormatter | Represents a log formatter.The |
| ILoggerWriter | Represents the functionality of writing logs to some output. The |
| Logger | This class is used to log events to a file and the output console. |
| LoggerConfig | Represents the configuration of the logger. An instance can be passed to |
| LoggerHandler | This class representes a handler for the Logger. An handler is composed of a formatter (capable of formatting blocks, tables and lists to a specific syntax, like Markdown) and a writer (capable of writing the formatted message to an output, like a file). |