chore : new Logger
This commit is contained in:
@@ -8,6 +8,12 @@ void iLog(dynamic message) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void wLog(dynamic message){
|
||||||
|
if(kDebugMode){
|
||||||
|
diCore.get<Logger>().w(message.toString());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void eLog(dynamic message) {
|
void eLog(dynamic message) {
|
||||||
if(kDebugMode){
|
if(kDebugMode){
|
||||||
diCore.get<Logger>().e(message.toString());
|
diCore.get<Logger>().e(message.toString());
|
||||||
|
|||||||
Reference in New Issue
Block a user