Mineplex2018-withcommit/Website/LOC.Website.Common/ILogger.cs

8 lines
128 B
C#
Raw Permalink Normal View History

2013-08-27 17:14:08 +02:00
namespace LOC.Website.Common
{
public interface ILogger
{
void Log(string category, string message);
}
}