MFGS Log
MFGSLog Public interface
Description
Describes methods and properties available on the static instance object MFGS.Log
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExMFGSLog[[IExMFGSLog]] class VGWWCoreIEx.IExMFGSLog interfaceStyle; endMembers
Methods
Public methods
| Returns | Name |
|---|---|
void | Error(string message)Write an error message to the log. |
void | Info(string message)Write an information message to the log. |
void | Warning(string message)Write a warning message to the log. |
Details
Summary
Describes methods and properties available on the static instance object MFGS.Log
Methods
Info
public void Info(string message)Arguments
| Type | Name | Description |
|---|---|---|
string | message | The message to write. |
Summary
Write an information message to the log.
Warning
public void Warning(string message)Arguments
| Type | Name | Description |
|---|---|---|
string | message | The message to write. |
Summary
Write a warning message to the log.
Error
public void Error(string message)Arguments
| Type | Name | Description |
|---|---|---|
string | message | The message to write. |
Summary
Write an error message to the log.
Generated with ModularDoc