public class LogFormatHelper extends Object
| Constructor and Description |
|---|
LogFormatHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCompressedFile(String filename)
Determines whether the given file is compressed (name ends with .gz).
|
static boolean |
isODLFormatLogHeader(String line)
Determines whether the given line is the beginning of a ODL log record.
|
static boolean |
isUniformFormatLogHeader(String line)
Determines whether the given line is the beginning of a UniformLogFormat log record.
|
public static boolean isUniformFormatLogHeader(String line)
line - public static boolean isODLFormatLogHeader(String line)
line - public static boolean isCompressedFile(String filename)
filename - Copyright © 2019. All rights reserved.