C# Class Tomboy.ConsoleLogger

Inheritance: ILogger
Show file Open project: GNOME/tomboy

Public Methods

Method Description
ConsoleLogger ( ) : System
Log ( Level lvl, string msg ) : void

Private Methods

Method Description
AttachConsole ( uint dwProcessId ) : bool
FreeConsole ( ) : bool

Method Details

ConsoleLogger() public method

public ConsoleLogger ( ) : System
return System

Log() public method

public Log ( Level lvl, string msg ) : void
lvl Level
msg string
return void