Mineplex2018-withcommit/Website/LOC.Website.Common/ILogger.cs
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -07:00

8 lines
128 B
C#

namespace LOC.Website.Common
{
public interface ILogger
{
void Log(string category, string message);
}
}