C# Class Tomboy.FileLogger

Inheritance: ILogger
Show file Open project: GNOME/tomboy

Public Methods

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

Method Details

FileLogger() public method

public FileLogger ( ) : System
return System

Log() public method

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