Neokernel API

ServiceReporter Methods

The methods of the ServiceReporter class are listed below. For a complete list of ServiceReporter class members, see the ServiceReporter Members topic.

Public Instance Methods

debugOverloaded.
debugEventLogEntry Use this method to report an event for debugging.
Equals (inherited from Object) 
errorOverloaded. Use this method to report a critical error.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
log Writes information given as a String input to log file.
printEventLogEntry
printlnUse 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.
ToString (inherited from Object) 
warningOverloaded. Use this method to report a warning message.

Protected Instance Methods

Finalize (inherited from Object) 
initLogFile Initializes log file and assigns a unique log file name if a logfile with a matching name already exists.
MemberwiseClone (inherited from Object) 

See Also

ServiceReporter Class | com.neokernel.io Namespace