Neokernel API

ConsoleReporter Class

This agent implements IReporterInterface so it can capture output generated by the kernel. If you start this agent, all Kernel output will be routed to the Console in nice color-coded output. Upon loading, this agent replaces the default Reporter so kernel output is logged in color instead of the standard console font color.

For a list of all members of this type, see ConsoleReporter Members .

System.Object
   ConsoleReporter

public class ConsoleReporter : IReporterInterface

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.neokernel.io

Assembly: Neokernel (in Neokernel.exe)

See Also

ConsoleReporter Members | com.neokernel.io Namespace