Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Deco.Logging.Console.VisualStudio
Deco.Logging.Console.VisualStudio

Deco.Logging.Console.VisualStudio

Bart Roozendaal (AkzoNobel)

|
130 installs
| (0) | Free
AkzoNobel Deco Color IT - Logging window to receive log information right into Visual Studio
Download

This logging window receives logging information through a WCF service that is hosted, right into Visual Studio. Needs the appropriate logger (which for now only is avalable throuh an internal AkzoNobel NuGet server). Please contact the AkzoNobel Deco Color IT team for more information on how to use this logger.

This is the interface for the service:

[ServiceContract]

public interface ILoggingService

{

[OperationContract]

void Clear();

[OperationContract]

void Log(string origin, DateTime logTime, int loglevel, string message, string category, string source, int linenumber);

[OperationContract]

void Pause();

[OperationContract]

bool PleaseClose();

[OperationContract]

void Resume();

}

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft