C# Class AtoV.Loggers.AbstractLogger

Datei anzeigen Open project: dahlbyk/Presentations

Public Methods

Method Description
Log ( string msg ) : void
Log ( string msg, string category ) : void
LogFormat ( string format ) : void
LogFormat ( string category, string format ) : void

Method Details

Log() public abstract method

public abstract Log ( string msg ) : void
msg string
return void

Log() public method

public Log ( string msg, string category ) : void
msg string
category string
return void

LogFormat() public method

public LogFormat ( string format ) : void
format string
return void

LogFormat() public method

public LogFormat ( string category, string format ) : void
category string
format string
return void