Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to parse #3

Open
muthu1086 opened this issue Oct 8, 2015 · 0 comments
Open

Not able to parse #3

muthu1086 opened this issue Oct 8, 2015 · 0 comments

Comments

@muthu1086
Copy link

I just added the jar and try to run sample u have tried, got parse is not a member, kindly help

scala> import com.alvinalexander.accesslogparser._
import com.alvinalexander.accesslogparser._

scala> val parser = AccessLogParser
parser: com.alvinalexander.accesslogparser.AccessLogParser.type = com.alvinalexander.accesslogparser.AccessLogParser$@230c374c

scala> val accessLogRecord = parser.parse(rawRecord)
:26: error: value parse is not a member of object com.alvinalexander.accesslogparser.AccessLogParser
val accessLogRecord = parser.parse(rawRecord)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant