mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

LogFileXhtml.AddNonError Method



Adds a non-error line to the current log file.


Namespace: SobekCM.Tools.Logs
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public bool AddNonError(
	string Msg
)

Parameters

Msg
Type: System..::..String
Message to add

Return Value

Type: Boolean
TRUE if successful, otherwise FALSE

Remarks

This uses the default style defined as 'logEntry' with the following attributes:
  • Color: Black
  • Font-Size: 15
  • Bold: false
  • Italics: false

Examples

To see examples, look at the examples listed under the main LogFileXhtml class.

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )