Skip to content

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;
end

Members

Methods

Public methods

ReturnsName
voidError(string message)
Write an error message to the log.
voidInfo(string message)
Write an information message to the log.
voidWarning(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
TypeNameDescription
stringmessageThe message to write.
Summary

Write an information message to the log.

Warning

public void Warning(string message)
Arguments
TypeNameDescription
stringmessageThe message to write.
Summary

Write a warning message to the log.

Error

public void Error(string message)
Arguments
TypeNameDescription
stringmessageThe message to write.
Summary

Write an error message to the log.

Generated with ModularDoc