InfoString
represents an info-level log message (e.g. "LogManager loaded."). It should be used to report normal, public information about the status of your code. Messages regarding unexpected behaviour should use either the ErrorString
or the WarningString
. Messages about lower-level activities, not of interest to the average maui administrator, should use the DebugString
. The InfoString
appears third in the order of log message levels:
ErrorString
, WarningString
, InfoString
, DebugString
The InfoString
if the default log-level threshold. It will always be reported unless the log level is set to "warning" or "error".
|
|