Log
If the call is done within the client-application (e.g. Neo), the messages are displayed in the lower status bar and, according to the Severity, they can appear as temporary popups of different colors.
Log.Info: used to display low-priority messages. Used by the framework to notify the user that a module has been opened. Can be used to notify the user that a process has started
Log.Success: an important action has been finalized. Can be used to notify that the module has successfully saved, or that a business-process has successfully ended
Log.Warn: used to warn the user that the data may be incorrect/inconsistent. Can be used to notify that the warehouse goes into negative, that some information was not provided upon saving but the save still continues. Not to be confused with an error display. Warnings should state that the process conditions have been partially fulfilled, but that the action has been continued nonetheless.
Log.Fatal:
Log.Error:
Log.Message:
Log.Debug:
Last updated