Loading [MathJax]/extensions/MathZoom.js
PocketMine-MP
5.27.1 git-9af3cde03fabbe4129c79e46dc87ffa0fff446e6
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
c
d
e
g
i
m
n
o
p
r
s
t
Functions
Variables
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
$
a
c
d
e
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Files
File List
▼
PocketMine-MP
PocketMine-MP API Documentation
Deprecated List
►
Namespaces
►
Classes
▼
Files
▼
File List
►
src
▼
vendor
▼
pocketmine
►
bedrock-data
►
bedrock-protocol
►
binaryutils
►
callback-validator
►
color
►
errorhandler
▼
log
▼
src
AttachableLogger.php
BufferedLogger.php
GlobalLogger.php
Logger.php
LogLevel.php
PrefixedLogger.php
SimpleLogger.php
►
math
►
nbt
►
raklib
►
raklib-ipc
►
snooze
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Pages
Loading...
Searching...
No Matches
AttachableLogger.php
1
<?php
2
3
/*
4
* PocketMine Standard PHP Library
5
* Copyright (C) 2014-2018 PocketMine Team <https://github.com/PocketMine/PocketMine-SPL>
6
*
7
* This program is free software: you can redistribute it and/or modify
8
* it under the terms of the GNU Lesser General Public License as published by
9
* the Free Software Foundation, either version 3 of the License, or
10
* (at your option) any later version.
11
*
12
* This program is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
* GNU General Public License for more details.
16
*/
17
21
interface
AttachableLogger
extends
\Logger
{
22
28
public
function
addAttachment
(\Closure $attachment);
29
35
public
function
removeAttachment
(\Closure $attachment);
36
40
public
function
removeAttachments
();
41
46
public
function
getAttachments
();
47
}
21
interface
AttachableLogger
extends
\Logger
{
…
};
AttachableLogger
Definition
AttachableLogger.php:21
AttachableLogger\removeAttachments
removeAttachments()
AttachableLogger\removeAttachment
removeAttachment(\Closure $attachment)
AttachableLogger\getAttachments
getAttachments()
AttachableLogger\addAttachment
addAttachment(\Closure $attachment)
Logger
Definition
Logger.php:18
vendor
pocketmine
log
src
AttachableLogger.php
Generated by
1.12.0