Cocktail Help Reference
DefaultDebugLogger Class
Members  See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace : DefaultDebugLogger Class



Glossary Item Box

Default Caliburn.Micro logger for debug builds.

Object Model

DefaultDebugLogger Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class DefaultDebugLogger 
   Implements Caliburn.Micro.ILog 
Visual Basic (Usage)Copy Code
Dim instance As DefaultDebugLogger
C# 
public sealed class DefaultDebugLogger : Caliburn.Micro.ILog  
C++/CLI 
public ref class DefaultDebugLogger sealed : public Caliburn.Micro.ILog  

Remarks

A logger for diagnostic output from Caliburn.Micro. Typically activated in the static constructor of the AppBootstrapper. The diagnostics messages are sent to the TraceLogger. For diagnostics messages to be sent to the TraceLogger, the Cocktail debug assemblies must be used.

Inheritance Hierarchy

System.Object
   Cocktail.DefaultDebugLogger

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.