Uiinfrastructure API Docs  
 

Reporter Members

Reporter overview

Public Static Fields

iconiconINDENT1 
iconiconLINEWIDTH 

Public Static Methods

iconicongetEventLogReport Returns current report as an array list of event objects
iconicongetReport Returns current report as a string array
iconiconlinewrap Formats strings into N-char chunks with indent; breaks on word boundary
iconiconlog Simply logs the string to the output.
iconiconLogAndWrite Both write to system out and log to spy.
iconiconLogAndWriteErrorOverloaded. Both write to system out and log to spy (error version).
iconiconLogAndWriteFatal Both write to system out and log to spy (error version).
iconiconlogEvent Event logger. Tracks errors for later display.
iconiconlogNoIndent Simply logs the string to the output.
iconiconreport Outputs recommendations with descriptions to the console.
iconiconsetEventLogReport Overrides existing event and report logs and replaces them with new ones.
iconiconSystemReport Formats strings into N-char chunks with indent; breaks on word boundary

Public Instance Constructors

icon Reporter Constructor Initializes a new instance of the Reporter class.

Public Instance Methods

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Reporter Class | com.plumtree.uiinfrastructure.diagnostic.reporter Namespace