Implemented console command for listing log flags and module filtering.

Known issue: Using Format to set pre defined width translations doesn't work. "%-19t" should left justify and append spaces to make width 19 chars. Works with "s", but not "t". SourceMod bug?
This commit is contained in:
richard
2009-06-07 17:51:37 +02:00
parent 4ec7405fa3
commit f30e8f5862
4 changed files with 171 additions and 9 deletions

View File

@ -122,6 +122,38 @@
"en" "\"{1}\" - Failed. (Either disabled or invalid file content.)"
}
// ===========================
// Log (core)
// ===========================
"Log Generic Flag"
{
// Max length: 19 characters.
"en" "Generic Flag:"
}
"Log Value"
{
// Max length: 7 characters:
"en" "Value:"
}
"Log Module"
{
// Max length: 23 characters:
"en" "Module:"
}
"Log Status"
{
"en" "Filter Status:"
}
"Log Module Filtering"
{
"en" "Module filtering:"
}
// ===========================
// Classes
// ===========================