Neokernel API

ServiceReporter.println Method

Use this method to report an event message to a log file instead of the application event log. Use if you want to print informational events to the application event log.

public virtual void println(
   object objectRef,
   string message
);

Implements

IReporterInterface.println

See Also

ServiceReporter Class | com.neokernel.io Namespace