AccessLogWriter.@Deprecated public final class AccessLogWriters extends Object
| Modifier and Type | Method and Description |
|---|---|
static AccessLogWriter |
combined()
Deprecated.
Returns an access log writer with a combined format.
|
static AccessLogWriter |
common()
Deprecated.
Returns an access log writer with a common format.
|
static AccessLogWriter |
custom(String formatStr)
Deprecated.
Returns an access log writer with the specified
formatStr. |
static AccessLogWriter |
disabled()
Deprecated.
Returns disabled access log writer.
|
public static AccessLogWriter common()
public static AccessLogWriter combined()
public static AccessLogWriter disabled()
public static AccessLogWriter custom(String formatStr)
formatStr.Copyright © 2020 LeanCloud. All rights reserved.