This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
SmartStreetLight
/
StreetLight
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
94cb9ac393
Ramas
Etiquetas
dev
main
1.0
StreetLight
/
Assets
/
Logging
/
ILogger.cs
ILogger.cs
115 B
Histórico
Raw
1
2
3
4
5
6
7
namespace Assets.Logging
{
interface ILogger<in TClass>
{
void Log(TClass objectToLog);
}
}