Okapi .NET Library

ILog Members

 [This is preliminary documentation and subject to change.]

ILog overview

Public Instance Methods

BeginProcess Starts a process.
BeginTask Starts a task within a process.
Cancel Cancel the current task/process.
Clear Clears the log.
Continue Queries if the user has cancelled the process.
EndProcess Ends the current process.
EndTask Ends the current task.
Error Logs an error message.
GetCallerData Gets the implementation-specific data of the caller set by SetCallerData.
GetErrorAndWarningCount Gets the number of errors and warnings since the last call to the BeginProcess method.
GetErrorCount Gets the number of errors since the last call to the BeginProcess method.
GetWarningCount Gets the number of warnings since the last call to the BeginProcess method.
Hide Hides the log user interface.
InProgress Indicates whether a task is in progress.
IsVisible Indicates whether the log user interface is visible.
Message Logs a message.
NewLine Logs an empty line.
Save Saves the current content of the log to a file.
SetCallerData Sets the implementation-specific data of the caller.
SetHelp Sets the help access information for the log.
SetLog Log an entry in the log or query the user's feedback.
SetMainProgressMode Sets the mode of the main progress indicator.
SetOnTop Switches the log user interface to be pinned on top of the screen or not.
SetSubProgressMode Sets the mode of the secondary progress indicator.
SetTitle Sets the title/caption of the log.
Show Shows the log user interface.
Warning Logs a warning message.

See Also

ILog Interface | Okapi.Library.Base Namespace