aboutsummaryrefslogtreecommitdiffstats
path: root/doc/hook/logger.bb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-04-30 06:59:19 +0000
committerMario <mario@mariovavti.com>2024-04-30 06:59:19 +0000
commit7c34a3676d294c9a1acc69f71ab3061074509160 (patch)
treead04cef0d545c5e5e24e76060b6c32d65363d48e /doc/hook/logger.bb
parent48cec945051d259a06871d937ad998a1bd3e22ec (diff)
downloadvolse-hubzilla-7c34a3676d294c9a1acc69f71ab3061074509160.tar.gz
volse-hubzilla-7c34a3676d294c9a1acc69f71ab3061074509160.tar.bz2
volse-hubzilla-7c34a3676d294c9a1acc69f71ab3061074509160.zip
Rework Help module + begin tests for Setup module
Diffstat (limited to 'doc/hook/logger.bb')
-rw-r--r--doc/hook/logger.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/hook/logger.bb b/doc/hook/logger.bb
deleted file mode 100644
index 8fe989abd..000000000
--- a/doc/hook/logger.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-[h2]logger[/h2]
-
-Called when making an entry to the application logfile
-
-Hook data:
-
- array(
- 'filename' => name of logfile relative to application basedir. String.
- 'loglevel' => the log level of this log entry, if this is higher than the configured maximum loglevel
- this hook will not be called. Integer.
- 'message' => The formatted log message, ready for logging. String.
- 'logged' => boolean, default is false. Set to true to prevent the normal logfile entry to be made
- (e.g. if the plugin is configured to handle this aspect of the function, or if it is determined
- that this log entry should not be made)
- )
-