Delegate Diagnostics.Formater
The methods used for formating messages
Namespace: Fusee.Base.Core
Assembly: Fusee.Base.Core.dll
Syntax
public delegate string Formater(string callingMethod, int lineNumber, string sourceFilePath, Diagnostics.SeverityLevel lvl, string msg, Exception ex = null, object[] args = null);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | callingMethod | The calling method |
| System.Int32 | lineNumber | The line number of the calling file |
| System.String | sourceFilePath | The calling file |
| Diagnostics.SeverityLevel | lvl | The severity level |
| System.String | msg | The message |
| System.Exception | ex | A possible exception |
| System.Object[] | args | Possible arguments |
Returns
| Type | Description |
|---|---|
| System.String |