mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
add verbose log
This commit is contained in:
parent
27b949d1e5
commit
4b5ecf301a
7 changed files with 47 additions and 4 deletions
|
|
@ -49,6 +49,15 @@ class CustomAnvil : JavaPlugin() {
|
|||
instance.logger.info(message)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Vebose Logging handler
|
||||
*/
|
||||
fun verboseLog(message: String) {
|
||||
if (ConfigOptions.verboseDebugLog) {
|
||||
instance.logger.info(message)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue