Initial commit
This commit is contained in:
11
payload/core/constants.v
Normal file
11
payload/core/constants.v
Normal file
@@ -0,0 +1,11 @@
|
||||
module core
|
||||
|
||||
__global (
|
||||
logs Logger
|
||||
)
|
||||
|
||||
pub fn initialize() {
|
||||
logs = Logger{}
|
||||
|
||||
logs.debug('core:constants:initialize', 'test')
|
||||
}
|
||||
Reference in New Issue
Block a user