Click or drag to resize

Global Class

Provides global constants and extension methods for logging operations.
Inheritance Hierarchy
SystemObject
  Enerj.CDI.WebService.V4.ClassesGlobal

Namespace:  Enerj.CDI.WebService.V4.Classes
Assembly:  Enerj.CDI.WebService.V4 (in Enerj.CDI.WebService.V4.dll) Version: 4.13.0.0 (4.13.0.0)
Syntax
C#
public static class Global

The Global type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLogMethodInfo
Logs a message with user or client information and returns the appropriate name. If the user name is provided, it replaces a placeholder in the message with the user name, logs the message, and returns the user name. If the user name is null or empty, it uses the client name instead.
Top
Fields
  NameDescription
Public fieldStatic memberUserReplace
A placeholder string used for replacing with user or client information in log messages.
Top
See Also