LogService ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Provides logging services by buffering messages and dispatching them into destinations. This is an asynchronous service, meaning that Write(msg) never blocks for long.
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service OnlineObject 
          NFX.ServiceModel ServiceWithInstrumentationBase OnlineObject 
            NFX.Log LogServiceBase
              NFX.Log LogService

Namespace: NFX.Log
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigMacroContextAttribute]
public class LogService : LogServiceBase
See Also