public abstract class SyslogPriority extends Object
| Constructor and Description |
|---|
SyslogPriority() |
| Modifier and Type | Method and Description |
|---|---|
static SyslogPriority |
create(int level,
int facility) |
abstract int |
getFacility() |
abstract int |
getLevel() |
public abstract int getLevel()
public abstract int getFacility()
public static SyslogPriority create(int level, int facility)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.