klyn.logging.LogManager.configure
method
public static configure(handler as LogHandler) as Void:
Description

Replaces the complete handler graph.

Parameters
ParameterDescription
handlerNew root handler.
Throws
  • NullException when the handler is null.
Example

LogManager.configure(ConsoleLogHandler())