This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
SmartStreetLight
/
StreetLight
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
94cb9ac393
Větve
Značky
dev
main
1.0
StreetLight
/
Assets
/
Logging
/
ILogger.cs
ILogger.cs
115 B
Historie
Surový
1
2
3
4
5
6
7
namespace Assets.Logging
{
interface ILogger<in TClass>
{
void Log(TClass objectToLog);
}
}